We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf8425 commit 90f8ed3Copy full SHA for 90f8ed3
tests/e2e/features/steps/auth.py
@@ -3,7 +3,7 @@
3
import requests
4
from behave import given, when # pyright: ignore[reportAttributeAccessIssue]
5
from behave.runner import Context
6
-from tests.e2e.utils.utils import normalize_endpoint, switch_config_and_restart
+from tests.e2e.utils.utils import normalize_endpoint
7
8
9
@given("I set the Authorization header to {header_value}")
0 commit comments