Skip to content

Commit

Permalink
Missing enum in test
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Aug 8, 2023
1 parent b9063dd commit db78055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def test_api_permissions_auth(testclient):
schema.Permissions.ENVIRONMENT_UPDATE.value,
schema.Permissions.ENVIRONMENT_DELETE.value,
schema.Permissions.ENVIRONMENT_SOLVE.value,
schema.Permissions.BUILD_CANCEL.value,
schema.Permissions.BUILD_DELETE.value,
schema.Permissions.NAMESPACE_CREATE.value,
schema.Permissions.NAMESPACE_READ.value,
Expand Down

0 comments on commit db78055

Please sign in to comment.