Skip to content

Commit

Permalink
fix: fix resourcename and offerurl
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Dec 3, 2024
1 parent 5d3a80e commit 56b704b
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 @@ -18,12 +18,12 @@ func TestAcc_ResourceAccessOffer(t *testing.T) {
userName := acctest.RandomWithPrefix("tfuser")
userPassword := acctest.RandomWithPrefix("tf-test-user")
modelName := acctest.RandomWithPrefix("tf-access-model")
offerURL := fmt.Sprintf("admin/%s.prometheus-k8s", modelName)
offerURL := fmt.Sprintf("admin/%s.appone", modelName)
access := "consume"
newAccess := "admin"
accessFail := "bogus"

resourceName := "juju_access_offer.access_prometheus_endpoint"
resourceName := "juju_access_offer.access_appone_endpoint"
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
ProtoV6ProviderFactories: frameworkProviderFactories,
Expand Down

0 comments on commit 56b704b

Please sign in to comment.