mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
fix: update CID count in ps tests
Docker updated the output of inspect so now it's there 6 times, not 7.
This commit is contained in:
committed by
GitHub
parent
eb20fff0ac
commit
0b817f0313
@@ -42,7 +42,7 @@ teardown() {
|
||||
echo "output: $output"
|
||||
echo "status: $status"
|
||||
assert_success
|
||||
assert_output_contains "$CID" 7
|
||||
assert_output_contains "$CID" 6
|
||||
}
|
||||
|
||||
@test "(ps:set) procfile" {
|
||||
|
||||
Reference in New Issue
Block a user