Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Oct 7, 2024
1 parent 06eb20a commit 673786c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ena-submission/scripts/test_ena_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,10 @@ def test_create_manifest(self):
study_accession = "Test Study Accession"
sample_accession = "Test Sample Accession"
results_in_sample_table = {"result": {"ena_sample_accession": sample_accession}}
results_in_project_table = {"result": {"bioproject_accession": study_accession}}
results_in_project_table = {
"result": {"bioproject_accession": study_accession},
"center_name": "generic_center_name",
}
manifest = create_manifest_object(
config,
results_in_sample_table,
Expand Down

0 comments on commit 673786c

Please sign in to comment.