We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8da77 commit 48e1634Copy full SHA for 48e1634
tests/integration/test_project.py
@@ -137,9 +137,8 @@ def test_attach_instructions(client, project):
137
project.setup(editor, empty_ontology)
138
139
project.upsert_instructions('tests/integration/media/sample_pdf.pdf')
140
- assert json.loads(
141
- list(project.labeling_frontend_options())
142
- [-1].customization_options).get('projectInstructions') is not None
+
+ assert project.ontology().normalized['projectInstructions'] is not None
143
144
with pytest.raises(ValueError) as exc_info:
145
project.upsert_instructions('/tmp/file.invalid_file_extension')
0 commit comments