fix tag deletion
This commit is contained in:
parent
156c9ba4c4
commit
935e6bd95d
3 changed files with 11 additions and 2 deletions
|
|
@ -16,3 +16,6 @@ def test_instance_launch_and_terminate():
|
|||
tag = tags[0]
|
||||
tag.name.should.equal("a key")
|
||||
tag.value.should.equal("some value")
|
||||
|
||||
instance.remove_tag("a key")
|
||||
conn.get_all_tags().should.have.length_of(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue