Skip to content

Commit

Permalink
fix: fix jaas test
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Dec 2, 2024
1 parent e67286f commit ff99493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/provider/resource_access_offer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ func TestAcc_ResourceAccessOffer_ErrorWhenUsedWithJAAS(t *testing.T) {
func testAccResourceAccessOfferFixedUser() string {
return `
resource "juju_access_offer" "test" {
access = "write"
offer_url = "foo"
access = "consume"
offer_url = "admin/db.mysql"
users = ["bob"]
}`
}
Expand Down

0 comments on commit ff99493

Please sign in to comment.