Skip to content

Commit

Permalink
parse sumbission for .gz file to test gzip support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Sep 8, 2023
1 parent 5ddd9ae commit 72c950a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/test_ontology_submission.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_valid_ontology

acronym = "BRO-TST"
name = "SNOMED-CT TEST"
ontologyFile = "./test/data/ontology_files/BRO_v3.2.owl"
ontologyFile = "./test/data/ontology_files/BRO_v3.2.owl.gz"
id = 10

owl, bogus, user, contact = submission_dependent_objects("OWL", acronym, "test_linked_models", name)
Expand Down

0 comments on commit 72c950a

Please sign in to comment.