diff --git a/internal/provider/resource_access_offer_test.go b/internal/provider/resource_access_offer_test.go index f735cde0..f1c0e097 100644 --- a/internal/provider/resource_access_offer_test.go +++ b/internal/provider/resource_access_offer_test.go @@ -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"] }` }