We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a6e92 commit 32140c3Copy full SHA for 32140c3
internal/services/baremetal/easy_partitioning_source_test.go
@@ -161,8 +161,8 @@ func TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart(t *testing.T) {
161
tt := acctest.NewTestTools(t)
162
defer tt.Cleanup()
163
164
- sshKeyName := "TestAccEasyPartitioningDataSource_Basic"
165
- serverName := "TestAccEasyPartitioningDataSource_Basic"
+ sshKeyName := "TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart"
+ serverName := "TestAccEasyPartitioningDataSource_WithoutSwapAndExtraPart"
166
167
resource.ParallelTest(t, resource.TestCase{
168
PreCheck: func() { acctest.PreCheck(t) },
0 commit comments