Skip to content

Commit 0006e81

Browse files
committed
lint lssd conversion
1 parent 5839855 commit 0006e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/namespaces/instance/v1/helpers_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ func createNonEmptyVolume(metaKey string, sizeInGB int) core.BeforeFunc {
121121
volume := createServerResponse.Server.Volumes["0"]
122122
ctx.Meta[metaKey] = volume
123123

124-
cmd = fmt.Sprintf("scw instance server detach-volume volume-id=%s", volume.ID)
124+
cmd = "scw instance server detach-volume volume-id=" + volume.ID
125125
_ = ctx.ExecuteCmd(strings.Split(cmd, " "))
126126

127-
cmd = fmt.Sprintf("scw instance server delete %s", serverID)
127+
cmd = "scw instance server delete " + serverID
128128
_ = ctx.ExecuteCmd(strings.Split(cmd, " "))
129129

130130
return nil

0 commit comments

Comments
 (0)