Fix assert on eos_vrf integration test (#26686)
We need to check the session_name key is not in the dict, rather than checking it has no value, otherwise the test fails.
This commit is contained in:
parent
9f2d58f7b4
commit
29347b7e80
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
- "result.changed == false"
|
||||
- "result.commands | length == 0"
|
||||
# Ensure sessions contains epoc. Will fail after 18th May 2033
|
||||
- "result.session_name is not defined"
|
||||
- "'session_name' not in result.commands"
|
||||
|
||||
|
||||
# FIXME add in tests for everything defined in docs
|
||||
|
|
Loading…
Reference in a new issue