Skip to content

Conversation

@jtsodapop
Copy link
Contributor

update to tests that were previously marked skipped before pending LabelImport. Is supposed to be the following step after annotation_submit_fn was removed from the files

exported_labels = requests.get(exported_labels_url)
labels = [example['Label'] for example in exported_labels.json()]
#assert 'export_label' in labels
labels = [example['ID'] for example in exported_labels.json()]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we aren't adding in "export_label" specifically in this test anymore, thought it might be more appropriate to test against the ID instead

@msokoloff1 msokoloff1 merged commit e4bac5a into develop Nov 8, 2021
@jtsodapop jtsodapop deleted the DIAG-889 branch December 7, 2021 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants