Skip to content

Commit

Permalink
Fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-octopus committed Oct 18, 2024
1 parent 0acfe5c commit dfa1993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy_framework/resource_oci_registry_feed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestAccOctopusDeployOCIRegistryFeed(t *testing.T) {

func testAssertOCIRegistryAttributes(expected ociRegistryFeedTestData, prefix string) resource.TestCheckFunc {
return resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(prefix, "name", expected.name+"-fix-this"),
resource.TestCheckResourceAttr(prefix, "name", expected.name),
resource.TestCheckResourceAttr(prefix, "feed_uri", expected.uri),
resource.TestCheckResourceAttr(prefix, "username", expected.username),
resource.TestCheckResourceAttr(prefix, "password", expected.password),
Expand Down

0 comments on commit dfa1993

Please sign in to comment.