fix(tests,kubevirt_vm): Fix assertion in verify.yml

Fix the assertion that was introduced in
2521e8ba24 by removing the superfluous 'd'
at the end of the variable names.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-06-05 16:17:31 +02:00
parent 520bf8d74f
commit ea8447dee8

View File

@@ -16,10 +16,10 @@
that:
- >-
not recreate.changed or
recreated.changed and
recreated.method == "update" and
recreated.diff.before.metadata.annotations.get('kubemacpool.io/transaction-timestamp') and
not recreated.diff.after.metadata.annotations
recreate.changed and
recreate.method == "update" and
recreate.diff.before.metadata.annotations.get('kubemacpool.io/transaction-timestamp') and
not recreate.diff.after.metadata.annotations
- name: Delete VM
connection: local