Skip to content

Commit 66f0b6c

Browse files
authored
chore(tests): remove unused URL segment
1 parent 6660dbe commit 66f0b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/tests/objects/test_audit_events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
}
3333

3434
audit_events_url = re.compile(
35-
r"http://localhost/api/v4/(((groups|projects)/1)|(admin/ci))/audit_events"
35+
r"http://localhost/api/v4/((groups|projects)/1/)audit_events"
3636
)
3737

3838
audit_events_url_id = re.compile(
39-
rf"http://localhost/api/v4/(((groups|projects)/1)|(admin/ci))/audit_events/{id}"
39+
rf"http://localhost/api/v4/((groups|projects)/1/)audit_events/{id}"
4040
)
4141

4242

0 commit comments

Comments
 (0)