Skip to content

Commit

Permalink
Use resource name for test prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-octopus committed Oct 24, 2024
1 parent dd08157 commit bf8e597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type googleFeedTestData struct {

func TestAccOctopusDeployGoogleFeed(t *testing.T) {
localName := acctest.RandStringFromCharSet(20, acctest.CharSetAlpha)
prefix := "octopusdeploy_google_feed." + localName
prefix := "octopusdeploy_google_container_registry." + localName
createData := googleFeedTestData{
name: acctest.RandStringFromCharSet(20, acctest.CharSetAlpha),
uri: "https://cloud.artifact.google.test",
Expand Down

0 comments on commit bf8e597

Please sign in to comment.