mirror of
https://github.com/dokku/dokku.git
synced 2026-07-10 20:40:43 +02:00
For an undeployed app, the additive diff covers every chart resource, so the literal 'has been added' header appears once per resource - six times in the python test app's chart. `assert_output_contains` defaults to exact-count 1, which fails. Pass -1 (at least 1) to match the actual semantics of the test.