diff --git a/api/pytest/test_api_tester.py b/api/pytest/test_api_tester.py index 0e86798..be3716a 100644 --- a/api/pytest/test_api_tester.py +++ b/api/pytest/test_api_tester.py @@ -35,7 +35,4 @@ def test_ECNQueue_getValidQueues(): # ensure that the ECNQueue.getValidQueues returns a list of strings for queue in validQueues: - assert type(queue) is str - -if __name__ == "__main__": - test_ECNQueue_getValidQueues() \ No newline at end of file + assert type(queue) is str \ No newline at end of file