Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
logs_dir cleanup
  • Loading branch information
MichelleArk committed Feb 13, 2023
commit a1a3876989bb863c4ecee53bbb924f8201e5117a
2 changes: 1 addition & 1 deletion core/dbt/tests/fixtures/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def project_files(project_root, models, macros, snapshots, properties, seeds, te

# We have a separate logs dir for every test
@pytest.fixture(scope="class")
def logs_dir(prefix, project_root):
def logs_dir(project_root, prefix):
return os.path.join(project_root, "logs", prefix)


Expand Down