Skip to content

Commit

Permalink
load cluster token from Den instead of generating client side (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewitt1 authored and Alexandra Belousov committed Sep 17, 2024
1 parent c869b00 commit d33453d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_resources/test_clusters/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ def test_rh_status_pythonic(self, cluster):
"env_cpu_usage",
"env_gpu_usage",
"env_resource_mapping",
"node_index",
"node_ip",
"node_name",
"pid",
Expand Down Expand Up @@ -935,4 +934,4 @@ def test_switch_default_env(self, cluster):

# set it back
cluster.default_env = test_env
cluster.delete(new_env.name)
cluster.delete(new_env.name)

0 comments on commit d33453d

Please sign in to comment.