Skip to content

Commit 4928577

Browse files
committed
fix: [test] fix API/UI test
1 parent a5c58d2 commit 4928577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def test_0001_api_ping(self):
4242
test_logger.info('AIL successfully reached Flask / Web interface')
4343
except (AssertionError, PyAILError) as ae:
4444
test_logger.warning(f'Flask / Web interface is unreachable: {ae}')
45+
raise ae
4546
print('----------------------------------------------------')
4647
print()
4748

0 commit comments

Comments
 (0)