We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0486c8a commit 86ab503Copy full SHA for 86ab503
upcloud/service/service_test.go
@@ -425,7 +425,7 @@ func TestCreateBackup(t *testing.T) {
425
t.Logf("Created backup with UUID %s", backupDetails.UUID)
426
427
// Get backup storage details
428
- t.Logf("Getting details of backup sorage with UUID %s ...", backupDetails.UUID)
+ t.Logf("Getting details of backup storage with UUID %s ...", backupDetails.UUID)
429
430
backupStorageDetails, err := svc.GetStorageDetails(&request.GetStorageDetailsRequest{
431
UUID: backupDetails.UUID,
0 commit comments