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:
Ricardo Carrillo Cruz 2017-07-12 11:34:36 +02:00 committed by GitHub
parent 9f2d58f7b4
commit 29347b7e80

View file

@ -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