Skip to content

Commit

Permalink
feat(ingest): fix fspath lint error (#9976)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Mar 5, 2024
1 parent d987707 commit 9dd0c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def pytest_collection_modifyitems(
integration_path = root / "tests/integration"

for item in items:
test_path = pathlib.Path(item.fspath)
test_path = item.path

if (
"docker_compose_runner" in item.fixturenames # type: ignore[attr-defined]
Expand Down

0 comments on commit 9dd0c37

Please sign in to comment.