Skip to content

Commit 90f8ed3

Browse files
committed
fix ruff errors
1 parent daf8425 commit 90f8ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/features/steps/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import requests
44
from behave import given, when # pyright: ignore[reportAttributeAccessIssue]
55
from behave.runner import Context
6-
from tests.e2e.utils.utils import normalize_endpoint, switch_config_and_restart
6+
from tests.e2e.utils.utils import normalize_endpoint
77

88

99
@given("I set the Authorization header to {header_value}")

0 commit comments

Comments
 (0)