From 6423e5db5deeae23ab1d00f517cfd419846a6898 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Tue, 19 Jul 2022 13:14:43 -0400 Subject: [PATCH] Remove print statement [noissue] --- pulp_file/tests/functional/api/from_pulpcore/test_crud_repos.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pulp_file/tests/functional/api/from_pulpcore/test_crud_repos.py b/pulp_file/tests/functional/api/from_pulpcore/test_crud_repos.py index 4e1208a8..9038e22f 100644 --- a/pulp_file/tests/functional/api/from_pulpcore/test_crud_repos.py +++ b/pulp_file/tests/functional/api/from_pulpcore/test_crud_repos.py @@ -20,7 +20,6 @@ def test_crud_repo_full_workflow( ): # Create repository repo = file_repo_api_client.create(gen_repo()) - print(dir(repo)) # Try to create another with the same name with pytest.raises(ApiException) as e: