Skip to content

Commit bcc8e1b

Browse files
committed
Set default base image
1 parent efd5a18 commit bcc8e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/gym/terminals/test_kubernetes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def test_kubernetes_terminal_init_with_pod_specs(tmp_path):
162162
working_dir=working_dir,
163163
pod_spec_kwargs=pod_spec_kwargs,
164164
kube_context="minikube",
165+
base_image="ubuntu:latest",
165166
)
166167

167168
terminal.pod # Create pod.

0 commit comments

Comments
 (0)