Skip to content

Commit 9abf515

Browse files
committed
🧪 Update tests
1 parent ef4426d commit 9abf515

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎test/container-structure-test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ commandTests:
4242
- name: "aws"
4343
command: "aws"
4444
args: ["--version"]
45-
expectedOutput: ["aws-cli/2.23.13"]
45+
expectedOutput: ["aws-cli/2.24.15"]
4646

4747
- name: "aws-sso"
4848
command: "aws-sso"
@@ -52,7 +52,7 @@ commandTests:
5252
- name: "conda"
5353
command: "conda"
5454
args: ["--version"]
55-
expectedOutput: ["conda 24.11.1"]
55+
expectedOutput: ["conda 25.1.1-2"]
5656

5757
- name: "python (conda)"
5858
command: "python"
@@ -67,7 +67,7 @@ commandTests:
6767
- name: "node"
6868
command: "node"
6969
args: ["--version"]
70-
expectedOutput: ["v22.13.1"]
70+
expectedOutput: ["v22.14.0"]
7171

7272
- name: "corretto"
7373
command: "java"
@@ -87,7 +87,7 @@ commandTests:
8787
- name: "ollama"
8888
command: "ollama"
8989
args: ["--version"]
90-
expectedOutput: ["0.5.7"]
90+
expectedOutput: ["0.5.12"]
9191

9292
- name: "kubectl"
9393
command: "kubectl"
@@ -97,12 +97,12 @@ commandTests:
9797
- name: "helm"
9898
command: "helm"
9999
args: ["version"]
100-
expectedOutput: ["3.17.0"]
100+
expectedOutput: ["3.17.1"]
101101

102102
- name: "cloud-platform"
103103
command: "cloud-platform"
104104
args: ["--skip-version-check", "version"]
105-
expectedOutput: ["1.39.5"]
105+
expectedOutput: ["1.40.0"]
106106

107107
- name: "vim"
108108
command: "vim"

0 commit comments

Comments
 (0)