Skip to content

Commit c7c1142

Browse files
Add "test_role" to known roles in cleanup script (#2326)
Add test_role to cleanup script
1 parent a12ca3b commit c7c1142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/cleanup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def _get_private_key_data() -> t.Dict[str, str | None]:
102102
"USERADMIN",
103103
"INTEGRATION_TESTS",
104104
"APP_PUBLIC",
105+
"TEST_ROLE",
105106
],
106107
}
107108

0 commit comments

Comments
 (0)