Skip to content

Commit

Permalink
FIX update test for new NETID env var in IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Nov 13, 2023
1 parent 41b4f93 commit ae6a000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/test_ide_k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_playground_k8s():

# Check env
theia_env = {env.name: env.value for env in theia_container.env}
assert theia_env == {'AUTOSAVE': 'OFF', 'REPO_NAME': ''}
assert theia_env == {'AUTOSAVE': 'OFF', 'REPO_NAME': '', 'NETID': s.netid}

# Check ports
theia_ports = {port.container_port for port in theia_container.ports}
Expand Down

0 comments on commit ae6a000

Please sign in to comment.