Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
goose-life committed Jan 17, 2025
1 parent 5ed13de commit 5f8ba8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indigo_api/tests/test_analysis_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ def test_link_terms_portion(self):
content = response.data['xml']

assert_true(content.startswith('<portion '))
assert_in('<def ', content)
# TLCTerms get set on save only for portions, since they need to go on the document's meta and not the portion's
# definitions aren't found, only linked, in provision mode

def test_link_terms_no_perms(self):
self.client.logout()
Expand Down

0 comments on commit 5f8ba8d

Please sign in to comment.