Skip to content

Commit

Permalink
Remove bogus interface description (ansible#32183)
Browse files Browse the repository at this point in the history
The interface has already that description from a task earlier, thus that change
is not introduced susbequently and we don't have to assert for it.
  • Loading branch information
rcarrillocruz authored Oct 26, 2017
1 parent b2dd546 commit 3d09c4b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
that:
- 'result.changed == true'
- '"interface {{ test_interface }}" in result.commands'
- '"description test-interface-1" in result.commands'
- '"mtu 1500" in result.commands'
- '"interface {{ test_interface2 }}" in result.commands'
- '"description test-interface-2" in result.commands'
Expand Down

0 comments on commit 3d09c4b

Please sign in to comment.