Skip to content

Commit

Permalink
refactor: remove unused environment variable from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed Feb 22, 2022
1 parent 6f1416a commit 9bc1ca0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_charms.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ async def patch_ingress_gateway(lightkube_client, ops_test):

@pytest.fixture()
def driver(request, ops_test, lightkube_client):
env = os.environ.copy()
this_namespace = ops_test.model_name
env['JUJU_MODEL'] = this_namespace

ingress_service = lightkube_client.get(
res=Service, name=INGRESSGATEWAY_NAME, namespace=this_namespace
Expand Down

0 comments on commit 9bc1ca0

Please sign in to comment.