We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94b27e commit b069b96Copy full SHA for b069b96
1 file changed
tests/integrations/github/cicd/conftest.py
@@ -61,7 +61,7 @@ def _make_function(username: str, state: str, **kwargs) -> PullRequestReview:
61
62
@pytest.fixture
63
def sqlmesh_repo_root_path() -> Path:
64
- return next(p for p in Path(__file__).parents if str(p).endswith("/tests")).parent
+ return next(p for p in Path(__file__).parents if str(p).endswith("tests")).parent
65
66
67
0 commit comments