Skip to content

Commit 58753c5

Browse files
author
Matt Sokoloff
committed
fix test
1 parent b42b6bd commit 58753c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_attach_instructions(client, project):
9797

9898
with pytest.raises(ValueError) as exc_info:
9999
project.upsert_instructions('/tmp/file.invalid_file_extension')
100-
assert "instructions_file must end with one of" in str(exc_info.value)
100+
assert "instructions_file must be a pdf. Found" in str(exc_info.value)
101101

102102

103103
def test_same_ontology_after_instructions(

0 commit comments

Comments
 (0)