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:
@@ -39,7 +39,7 @@ def test_generate_gitea_credentials_success(monkeypatch, op_context):
|
||||
op_config={
|
||||
"repository_identifier": "platform-automation",
|
||||
"consumer_email": "consumer@example.local",
|
||||
"access_level": "read-only",
|
||||
"access_level": "read",
|
||||
"token_name_prefix": "simpl-open",
|
||||
"token_expiration_days": 30,
|
||||
}
|
||||
@@ -60,7 +60,7 @@ def test_generate_gitea_credentials_requires_gitea_base_url(monkeypatch, op_cont
|
||||
op_config={
|
||||
"repository_identifier": "simpl-open/platform-automation",
|
||||
"consumer_email": "consumer@example.local",
|
||||
"access_level": "read-only",
|
||||
"access_level": "read",
|
||||
"token_name_prefix": "simpl-open",
|
||||
"token_expiration_days": 30,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user