Skip to content

Commit 4e9c733

Browse files
committed
test: remove unnecessary change
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent b942f90 commit 4e9c733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def ctx_cls():
216216
return ctx_cls, IdentityToken(token)
217217

218218

219-
@pytest.fixture(scope="session")
219+
@pytest.fixture
220220
def staging() -> tuple[type[SigningContext], type[Verifier], IdentityToken]:
221221
"""
222222
Returns a SigningContext, Verifier, and IdentityToken for the staging environment.

0 commit comments

Comments
 (0)