From bd9b0914a1af7580215170791c4378e00f10d22f Mon Sep 17 00:00:00 2001 From: Rohit Date: Tue, 17 Sep 2024 14:55:40 -0400 Subject: [PATCH] remove print --- api/public/v2/tests/test_api_pull_viewset.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/public/v2/tests/test_api_pull_viewset.py b/api/public/v2/tests/test_api_pull_viewset.py index 9820eceb9..62bfda2d7 100644 --- a/api/public/v2/tests/test_api_pull_viewset.py +++ b/api/public/v2/tests/test_api_pull_viewset.py @@ -224,7 +224,6 @@ def test_no_pull_if_unauthenticated_token_request( }, ) ) - print(res) assert res.status_code == 403 assert ( res.data["detail"] == "You do not have permission to perform this action."