diff --git a/test/integration/test_integration_zipkin.py b/test/integration/test_integration_zipkin.py index 2b815d2d1..b981db8b9 100644 --- a/test/integration/test_integration_zipkin.py +++ b/test/integration/test_integration_zipkin.py @@ -4,7 +4,7 @@ # server_config needs to be explicitly imported to avoid an error, as http_test_server_fixture # relies on it. -from integration_test_fixtures import (http_test_server_fixture, server_config) +from test.integration.integration_test_fixtures import (http_test_server_fixture, server_config) from test.integration import asserts