Skip to content

Commit

Permalink
fix test_artifacts; add event_time to expected_manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Sep 12, 2024
1 parent 3020aa4 commit f53204f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/artifacts/expected_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ def expected_seeded_manifest(project, model_database=None, quote_model=False):
},
"config": {
"enabled": True,
"event_time": None,
},
"quoting": {
"database": None,
Expand Down Expand Up @@ -1263,6 +1264,7 @@ def expected_references_manifest(project):
},
"config": {
"enabled": True,
"event_time": None,
},
"quoting": {
"database": False,
Expand Down

0 comments on commit f53204f

Please sign in to comment.