mirror of
https://github.com/SigNoz/signoz.git
synced 2026-02-03 08:33:26 +00:00
chore: updated import path for get_testdata_file_path
This commit is contained in:
@@ -10,7 +10,7 @@ import requests
|
||||
|
||||
from fixtures import types
|
||||
from fixtures.auth import USER_ADMIN_EMAIL, USER_ADMIN_PASSWORD
|
||||
from fixtures.fs import get_testdata_file_path
|
||||
from fixtures.utils import get_testdata_file_path
|
||||
from fixtures.logger import setup_logger
|
||||
from fixtures.logs import Logs
|
||||
from fixtures.metrics import Metrics
|
||||
|
||||
@@ -7,7 +7,7 @@ import pytest
|
||||
from wiremock.client import HttpMethods, Mapping, MappingRequest, MappingResponse
|
||||
|
||||
from fixtures import types
|
||||
from fixtures.fs import get_testdata_file_path
|
||||
from fixtures.utils import get_testdata_file_path
|
||||
from fixtures.logger import setup_logger
|
||||
|
||||
# test cases match type and compare operators
|
||||
|
||||
Reference in New Issue
Block a user