Skip to content

Commit b20a4de

Browse files
committed
test: fix server test
1 parent aaa8722 commit b20a4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ionoscloud/import_server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func TestAccServerWithLabelsImport(t *testing.T) {
5050
ImportStateIdFunc: testAccServerImportStateId,
5151
ImportState: true,
5252
ImportStateVerify: true,
53-
ImportStateVerifyIgnore: []string{"image_password", "ssh_key_path.#", "image_name", "volume.0.user_data", "volume.0.backup_unit_id", "firewallrule_id", "primary_nic", "inline_volume_ids", "primary_ip"},
53+
ImportStateVerifyIgnore: []string{"image_password", "ssh_key_path.#", "image_name", "volume.0.user_data", "volume.0.backup_unit_id", "firewallrule_id", "primary_nic", "inline_volume_ids", "primary_ip", "allow_replace"},
5454
},
5555
},
5656
})

0 commit comments

Comments
 (0)