From afaf56c3b26594a96de466d4da65ffde60809731 Mon Sep 17 00:00:00 2001 From: Pratiksha Sankhe Date: Sun, 18 Aug 2024 17:34:43 +0530 Subject: [PATCH] updated test_operations.py --- tests/test_integration/test_operations.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_integration/test_operations.py b/tests/test_integration/test_operations.py index 50c9362..51b6d3c 100644 --- a/tests/test_integration/test_operations.py +++ b/tests/test_integration/test_operations.py @@ -27,7 +27,3 @@ def test_get_root(): mock_get.assert_called_once_with(server_url) print("Finished test_get_root") - - -if __name__ == "__main__": - test_get_root()