Skip to content

Commit

Permalink
update test, provision_eid must (and will always) match an existing eid
Browse files Browse the repository at this point in the history
  • Loading branch information
goose-life committed Jan 16, 2025
1 parent 6717916 commit 7b10446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indigo_api/tests/test_analysis_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_link_terms_portion(self):
</section>
"""),
'language': 'eng',
'provision_eid': "section-1"
'provision_eid': "sec_1"
})
assert_equal(response.status_code, 200)

Expand Down

0 comments on commit 7b10446

Please sign in to comment.