There was an error while loading. Please reload this page.
1 parent 6660dbe commit 66f0b6cCopy full SHA for 66f0b6c
1 file changed
gitlab/tests/objects/test_audit_events.py
@@ -32,11 +32,11 @@
32
}
33
34
audit_events_url = re.compile(
35
- r"http://localhost/api/v4/(((groups|projects)/1)|(admin/ci))/audit_events"
+ r"http://localhost/api/v4/((groups|projects)/1/)audit_events"
36
)
37
38
audit_events_url_id = re.compile(
39
- rf"http://localhost/api/v4/(((groups|projects)/1)|(admin/ci))/audit_events/{id}"
+ rf"http://localhost/api/v4/((groups|projects)/1/)audit_events/{id}"
40
41
42
0 commit comments