From 949d5eec50d570c7a4a3441b22300112f997817a Mon Sep 17 00:00:00 2001 From: benne238 Date: Thu, 7 Jan 2021 13:51:01 -0500 Subject: [PATCH] removal of debugging lines --- api/pytest/test_api_tester.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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