Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 8, 2024
1 parent 33aa67a commit e37ba12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda-store-server/tests/user_journeys/test_user_journeys.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ def test_login_and_delete_shared_environment(

# Create a shared namespace; default permissions for namepace/environment */* is admin
namespace = api.create_namespace().json()["data"]["name"]
environment = api.create_environment(namespace, specification_path).json()[
"data"
]["specification"]["name"]
environment = api.create_environment(namespace, specification_path).json()["data"][
"specification"
]["name"]

api.delete_environment(namespace, environment)
api.delete_namespace(namespace)

0 comments on commit e37ba12

Please sign in to comment.