We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See skipped unittest test_bulk_update_heterogenous_values() from #10620:
test_bulk_update_heterogenous_values()
arches/tests/localization/field_tests.py
Lines 381 to 402 in 44127d5
Fails with:
====================================================================== FAIL: test_bulk_update_heterogenous_values (tests.localization.field_tests.I18nJSONFieldBulkUpdateTests.test_bulk_update_heterogenous_values) (new_config='{}') ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/jwalls/prj/arches/tests/localization/field_tests.py", line 399, in test_bulk_update_heterogenous_values self.assertEqual(str(obj.defaultconfig), new_config_as_string) AssertionError: '{"en": "some", "zh": "json"}' != '{}' - {"en": "some", "zh": "json"} + {} ====================================================================== FAIL: test_bulk_update_heterogenous_values (tests.localization.field_tests.I18nJSONFieldBulkUpdateTests.test_bulk_update_heterogenous_values) (new_config='None') ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/jwalls/prj/arches/tests/localization/field_tests.py", line 399, in test_bulk_update_heterogenous_values self.assertEqual(str(obj.defaultconfig), new_config_as_string) AssertionError: '{"en": "some", "zh": "json"}' != 'None' - {"en": "some", "zh": "json"} + None ---------------------------------------------------------------------- Ran 19 tests in 2.432s FAILED (failures=2)
The text was updated successfully, but these errors were encountered:
This might be something that goes away when the underlying issue in Django is solved?
Sorry, something went wrong.
No branches or pull requests
See skipped unittest
test_bulk_update_heterogenous_values()
from #10620:arches/tests/localization/field_tests.py
Lines 381 to 402 in 44127d5
Fails with:
The text was updated successfully, but these errors were encountered: