Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Dec 17, 2024
1 parent e4f848e commit 81dff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_access_offer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestAcc_ResourceAccessOffer(t *testing.T) {
Destroy: true,
ImportStateVerify: true,
ImportState: true,
ImportStateId: fmt.Sprintf("%s", offerURL),
ImportStateId: offerURL,
ResourceName: resourceName,
},
},
Expand Down

0 comments on commit 81dff48

Please sign in to comment.