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 e1b29fd commit 65848bdCopy full SHA for 65848bd
tests/integration/work_management/test_project_custom_fields.py
@@ -331,4 +331,5 @@ def test_list_projects_by_custom_invalid_field(self):
331
# TODO BED issue (custom_field filter without join)
332
def test_list_projects_by_custom_fields_without_join(self):
333
self._set_custom_field_values()
334
- assert sa.list_projects(custom_field__SDK_test_numeric=123)
+ with self.assertRaisesRegexp(AppException, "Internal server error"):
335
+ assert sa.list_projects(custom_field__SDK_test_numeric=123)
0 commit comments