Skip to content

Commit

Permalink
modernize some sample_data for backend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaher committed Nov 27, 2024
1 parent 691e396 commit fd96a6f
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion tests/etl/test_job_ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_ingest_single_sample_job(
job = Job.objects.get(id=1)
# Ensure we don't inadvertently change the way we generate job-related hashes.
assert job.option_collection_hash == "32faaecac742100f7753f0c1d0aa0add01b4046b"
assert job.signature.signature == "5bb6ec49547193d8d9274232cd9de61fb4ef2e59"
assert job.signature.signature == "d900aca1e93a9ef2d9e00c1877c838ea920abca1"


def test_ingest_all_sample_jobs(
Expand Down
Loading

0 comments on commit fd96a6f

Please sign in to comment.