Skip to content

Commit

Permalink
fixing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Jun 12, 2024
1 parent 64f81e3 commit 8c961d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def user(self):
return User(
username="admin",
roles=["bg-admin"],
remote_roles=[Role(name="foo", permission="ADMIN")],
upstream_roles=[Role(name="foo", permission="ADMIN")],
)

def test_str(self, user):
Expand Down

0 comments on commit 8c961d2

Please sign in to comment.