Skip to content

Commit

Permalink
chore: Remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Sep 30, 2024
1 parent f4542c3 commit 80c0f6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/manager/models/test_container_registry_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ async def test_modify_container_registry(client: Client, database_engine: Extend
}

response = await client.execute_async(query, variables=variables, context_value=context)
print("response 1!!", response)

target_container_registries = list(
filter(
Expand Down

0 comments on commit 80c0f6d

Please sign in to comment.