Minor cleanup.

This commit is contained in:
David Wilson 2018-03-08 06:34:54 +05:45
parent cf01c6b710
commit 6ed731c088
1 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@
register: r_token
no_log: false
run_once: true
register: foo
- assert:
that: foo.status == 200
that: r_token.status == 200