We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f327325 commit 87a3ccaCopy full SHA for 87a3cca
1 file changed
tests/unit/scripts/translate_homelab_to_compose_test.bats
@@ -285,7 +285,10 @@ EOF
285
286
run get_services_for_machine "nonexistent"
287
[ "$status" -eq 0 ]
288
- [ -z "$output" ]
+ # Should not contain any actual service names
289
+ [[ ! "$output" =~ "actual" ]]
290
+ [[ ! "$output" =~ "homepage" ]]
291
+ [[ ! "$output" =~ "homeassistant" ]]
292
}
293
294
@test "deployment strategies should work correctly" {
0 commit comments