Skip to content

Commit

Permalink
Expect is_disabled to be false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-octopus committed Nov 13, 2024
1 parent 6f7ad66 commit 869cff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func testAssertListeningTentacleWorkerCreate(expected listeningTentacleWorkerTes
resource.TestCheckResourceAttr(prefix, "uri", expected.uri),
resource.TestCheckResourceAttr(prefix, "thumbprint", expected.thumbprint),
resource.TestCheckNoResourceAttr(prefix, "proxy_id"),
resource.TestCheckNoResourceAttr(prefix, "is_disabled"),
resource.TestCheckResourceAttr(prefix, "is_disabled", "false"),
)
}

Expand Down

0 comments on commit 869cff0

Please sign in to comment.