fix tag deletion

This commit is contained in:
Steve Pulec 2013-02-25 23:37:01 -05:00
commit 935e6bd95d
3 changed files with 11 additions and 2 deletions

View file

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