Skip to content

Commit 32140c3

Browse files
committed
fix golangci-lint
1 parent a8a6e92 commit 32140c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/services/baremetal/easy_partitioning_source_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ func TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart(t *testing.T) {
161161
tt := acctest.NewTestTools(t)
162162
defer tt.Cleanup()
163163

164-
sshKeyName := "TestAccEasyPartitioningDataSource_Basic"
165-
serverName := "TestAccEasyPartitioningDataSource_Basic"
164+
sshKeyName := "TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart"
165+
serverName := "TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart"
166166

167167
resource.ParallelTest(t, resource.TestCase{
168168
PreCheck: func() { acctest.PreCheck(t) },

0 commit comments

Comments
 (0)