Skip to content

Commit 5071359

Browse files
committed
Update tests for new sha512 verification
1 parent 8ad8ea9 commit 5071359

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/cli.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Feature: `wp cli` tasks
4545
When I run `{PHAR_PATH} cli update --yes`
4646
Then STDOUT should contain:
4747
"""
48-
md5 hash verified:
48+
sha512 hash verified:
4949
"""
5050
And STDOUT should contain:
5151
"""
@@ -84,7 +84,7 @@ Feature: `wp cli` tasks
8484
When I run `{PHAR_PATH} cli update --patch --yes`
8585
Then STDOUT should contain:
8686
"""
87-
md5 hash verified: a0cf91756fd46903c83c436ec1d462eb
87+
sha512 hash verified: c1d40ee90b330ca1f8ddbed14b938b41ec5d9ff723c7c1cf3f41a2d9a1b271079a51a37ea3d1c9aa9c628fdd43449dba3995a8de150a68abbd505b06b91d9d2b
8888
"""
8989
And STDOUT should contain:
9090
"""
@@ -123,7 +123,7 @@ Feature: `wp cli` tasks
123123
When I run `{PHAR_PATH} cli update --nightly --yes`
124124
Then STDOUT should contain:
125125
"""
126-
md5 hash verified:
126+
sha512 hash verified:
127127
"""
128128
And STDOUT should contain:
129129
"""
@@ -153,7 +153,7 @@ Feature: `wp cli` tasks
153153
"""
154154
And STDOUT should contain:
155155
"""
156-
md5 hash verified:
156+
sha512 hash verified:
157157
"""
158158
And STDOUT should contain:
159159
"""

0 commit comments

Comments
 (0)