We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b9648 commit 52eaa79Copy full SHA for 52eaa79
internal/provider/node_resource_test.go
@@ -75,7 +75,7 @@ func TestAccNodeResource(t *testing.T) {
75
ImportState: true,
76
ImportStateVerify: true,
77
ImportStateVerifyIdentifierAttribute: "url",
78
- ImportStateId: base+path,
+ ImportStateId: base + path,
79
},
80
// // Update and Read testing
81
{
0 commit comments