Skip to content

Commit 433487c

Browse files
committed
Fix tests
1 parent f06e975 commit 433487c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ commandTests:
1212
- name: 'Certbot command'
1313
command: "certbot"
1414
args: ["--version"]
15-
expectedOutput: ["certbot 3.*"]
15+
expectedOutput: ["certbot 4.*"]
1616
- name: 'Docker command'
1717
command: "docker"
1818
args: ["--version"]
19-
expectedOutput: ["Docker version 27.*"]
19+
expectedOutput: ["Docker version 28.*"]
2020
- name: 'PHP info'
2121
command: "php"
2222
args: ["-m"]

0 commit comments

Comments
 (0)