Skip to content

Commit a974268

Browse files
committed
Clear pytest warning
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
1 parent 2306d43 commit a974268

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/controller/test_registration.py

-1
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,6 @@ def test_spamcheck_wrong_status(client, dummy_user, mocker, spamcheck_on):
911911

912912

913913
@pytest.fixture
914-
@pytest.mark.vcr()
915914
def logged_in_stage_users_admin(client, make_user, app):
916915
make_user("stageadmin")
917916
ipa_admin.role_add_member(app.config["STAGE_USERS_ROLE"], o_user=["stageadmin"])

0 commit comments

Comments
 (0)