Skip to content

Commit 4189c55

Browse files
authored
test: Don't assert on changing field (#269)
1 parent 85cded4 commit 4189c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/test_jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def get_sanitised_job_ref(job_ref: CompileJobRef | ExecuteJobRef) -> dict[str, A
9696
exclude={
9797
"last_message": True,
9898
"last_status": True,
99+
"system": True,
99100
"__all__": {"contents_modified": True, "modified": True},
100101
}
101102
)

0 commit comments

Comments
 (0)