Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit66f0b6c

Browse files
authored
chore(tests): remove unused URL segment
1 parent6660dbe commit66f0b6c

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)

[8]ページ先頭

©2009-2025 Movatter.jp