Skip to content

Commit f8288bc

Browse files
authored
Import pytest fixture in sdk/conftest to resolve missing test_proxy fixture (#34033)
*re-add the test-proxy fixture references into sdk/conftest.py
1 parent 589b703 commit f8288bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import os
2727
import pytest
2828

29+
from devtools_testutils import environment_variables, recorded_test, test_proxy, variable_recorder
2930

3031
def pytest_configure(config):
3132
# register an additional marker

0 commit comments

Comments
 (0)