Skip to content

Commit 1ab5699

Browse files
committed
fixup! Remove test dependency on checkpoint api response
1 parent ba791fb commit 1ab5699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/resource/teststep_providers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3360,7 +3360,7 @@ func TestTest_TestStep_ProviderFactories_Import_External_With_Data_Source(t *tes
33603360

33613361
Test(t, TestCase{
33623362
ExternalProviders: map[string]ExternalProvider{
3363-
"http": {
3363+
"null": {
33643364
Source: "registry.terraform.io/hashicorp/null",
33653365
},
33663366
"random": {

0 commit comments

Comments
 (0)