Skip to content

Commit

Permalink
Update tests/protocols/gmpv8/test_modify_tag.py
Browse files Browse the repository at this point in the history
Co-Authored-By: wiegandm <[email protected]>
  • Loading branch information
bjoernricks and wiegandm authored May 7, 2019
1 parent 142782d commit b537a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/protocols/gmpv8/test_modify_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_modify_tag_with_active(self):
self.gmp.modify_tag(tag_id='t1', active=False)

self.connection.send.has_been_called_with(
'<modify_tag tag_id="t1">' '<active>0</active>' '</modify_tag>'
'<modify_tag tag_id="t1"><active>0</active></modify_tag>'
)

def test_modify_tag_with_resource_filter_and_type(self):
Expand Down

0 comments on commit b537a71

Please sign in to comment.