Fix/improve tests (#1052) (#1053)

* Improve unit test condition.

* Improve/fix tests.

(cherry picked from commit fdb97428a3)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2025-03-08 10:17:50 +01:00
committed by GitHub
parent 9979b1e683
commit 8fb1a7e4ff
27 changed files with 130 additions and 115 deletions
@@ -79,4 +79,5 @@
- assert:
that:
- push_4 is failed
- push_4.msg == 'Error pushing image ' ~ image_name_base2 ~ ':' ~ image_tag ~ ': no basic auth credentials'
- >-
push_4.msg == ('Error pushing image ' ~ image_name_base2 ~ ':' ~ image_tag ~ ': no basic auth credentials')