Skip to content

Commit c8f50c5

Browse files
test fix
1 parent 40d06f3 commit c8f50c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras_remote/core/test_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ def func():
112112

113113
class TestExecuteOnGkeDefaults(absltest.TestCase):
114114
def test_cluster_from_env(self):
115-
"""When cluster=None, falls back to KERAS_REMOTE_GKE_CLUSTER env var."""
115+
"""When cluster=None, falls back to KERAS_REMOTE_CLUSTER env var."""
116116
with (
117117
mock.patch.dict(
118118
os.environ,
119119
{
120-
"KERAS_REMOTE_GKE_CLUSTER": "env-cluster",
120+
"KERAS_REMOTE_CLUSTER": "env-cluster",
121121
"KERAS_REMOTE_PROJECT": "proj",
122122
},
123123
),

0 commit comments

Comments
 (0)