Skip to content

Commit c879dcb

Browse files
test(auth): update Nox session for alpha namespace
1 parent 5813363 commit c879dcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎noxfile.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,6 @@ def test_with_auth_required_packages(session: nox.Session):
232232
"""Verify the Auth utility using only its declared optional dependencies."""
233233
build_and_run_test(
234234
session,
235-
folders=[f"{PREFIX_TESTS_FUNCTIONAL}/auth/"],
236-
extras="auth",
235+
folders=[f"{PREFIX_TESTS_FUNCTIONAL}/auth_alpha/"],
236+
extras="jwt",
237237
)

0 commit comments

Comments
 (0)