Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 authored and mdellweg committed Jul 20, 2022
1 parent 68cdbde commit 6423e5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6423e5d

Please sign in to comment.