Skip to content

Commit

Permalink
caught a copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Dec 19, 2023
1 parent dd3fdcb commit 1165a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policies/environments/environment-definitions_test.rego
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test_business_units_character{
}

test_unexpected_access {
deny["`example.json` uses an unexpected access level: got `incorrect-access`, expected one of: view-only, developer, sandbox, administrator, migration, instance-management, read-only, security-audit, data-engineer, reporting-operations, mwaa-user", "active-directory-management"] with input as { "filename": "example.json", "environments": [{"access": [{"level": "incorrect-access"}]}]}
deny["`example.json` uses an unexpected access level: got `incorrect-access`, expected one of: view-only, developer, sandbox, administrator, migration, instance-management, read-only, security-audit, data-engineer, reporting-operations, mwaa-user, active-directory-management"] with input as { "filename": "example.json", "environments": [{"access": [{"level": "incorrect-access"}]}]}
}

test_unexpected_nuke {
Expand Down

0 comments on commit 1165a39

Please sign in to comment.