Skip to content

Commit

Permalink
Remove useless change
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Mar 7, 2024
1 parent ea7cf7b commit e9ef02b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/manager/models/test_container_registries.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ async def test_create_container_registry(client: Client, database_engine: Extend
},
}

try:
response = await client.execute_async(query, variables=variables, context_value=context)
print("response!", response)
except Exception as e:
print(e)
response = await client.execute_async(query, variables=variables, context_value=context)

container_registry = response["data"]["create_container_registry"]["container_registry"]

Expand Down

0 comments on commit e9ef02b

Please sign in to comment.