Skip to content

Commit 65848bd

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
update in tests
1 parent e1b29fd commit 65848bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/work_management/test_project_custom_fields.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,5 @@ def test_list_projects_by_custom_invalid_field(self):
331331
# TODO BED issue (custom_field filter without join)
332332
def test_list_projects_by_custom_fields_without_join(self):
333333
self._set_custom_field_values()
334-
assert sa.list_projects(custom_field__SDK_test_numeric=123)
334+
with self.assertRaisesRegexp(AppException, "Internal server error"):
335+
assert sa.list_projects(custom_field__SDK_test_numeric=123)

0 commit comments

Comments
 (0)