Skip to content

Commit

Permalink
update CI example_dojo function in conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wumingzhilian committed Apr 9, 2024
1 parent 562b899 commit 7bc0f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def guest_dojo_admin():

@pytest.fixture(scope="session")
def example_dojo(admin_session):
rid = create_dojo("pwncollege/example-dojo", session=admin_session)
rid = create_dojo("HUSTSeclab/example-dojo", session=admin_session)
make_dojo_official(rid, admin_session)
return rid

Expand Down

0 comments on commit 7bc0f56

Please sign in to comment.