Update access level to 'read' in configuration and tests
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s
This commit is contained in:
@@ -52,7 +52,7 @@ def test_send_credentials_email_success(monkeypatch, op_context):
|
||||
{
|
||||
"repository_identifier": "simpl-open/platform-automation",
|
||||
"consumer_email": "consumer@example.local",
|
||||
"access_level": "read-only",
|
||||
"access_level": "read",
|
||||
"username": "application-consumer",
|
||||
"access_token": "token-123",
|
||||
"repository_access_url": "https://gitea.example.local/simpl-open/platform-automation",
|
||||
|
||||
Reference in New Issue
Block a user