Skip to content

Commit

Permalink
fix graph tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barryyosi-panw committed Nov 18, 2024
1 parent 4d6fd25 commit b7dc0de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def setup_method(mocker, tmp_path_factory):
@pytest.fixture
def repository(mocker) -> ContentDTO:
repo_path = ContentPaths.CONTENT_PATH.with_name("content")
repo_path.mkdir()
ContentPaths.update_content_path(repo_path)
repository = ContentDTO(
path=repo_path,
Expand Down

0 comments on commit b7dc0de

Please sign in to comment.