Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Sep 3, 2024
1 parent cc0cf5a commit 8b2e86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jujuapi/access_control_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ func (s *accessControlSuite) TestListRelationshipTuples(c *gc.C) {
},
ResolveUUIDs: true,
})
c.Assert(err, gc.ErrorMatches, "failed to parse tuple target, key applicationoffer-fake-offer: application offer not found.*")
c.Assert(err, gc.ErrorMatches, "failed to parse tuple target object key applicationoffer-fake-offer: application offer not found.*")
}

func (s *accessControlSuite) TestListRelationshipTuplesNoUUIDResolution(c *gc.C) {
Expand Down

0 comments on commit 8b2e86f

Please sign in to comment.