Merge "[Tempest]: Changing exception type during tag is blank"

This commit is contained in:
Zuul 2018-05-09 20:06:33 +00:00 committed by Gerrit Code Review
commit 661507ec53

View File

@ -138,7 +138,7 @@ class NetworkTagAddTest(BaseTagsTest):
@decorators.attr(type='negative')
def test_add_tag_empty_one(self):
network_id = self.net.get('id')
self.assertRaises(exceptions.NotFound,
self.assertRaises(exceptions.BadRequest,
self.network_add_tag,
network_id, '')