fix test server error
This commit is contained in:
parent
0d8c81a211
commit
ce3f1eed66
2 changed files with 7 additions and 3 deletions
|
|
@ -17,7 +17,6 @@ import time
|
|||
import uuid
|
||||
|
||||
from moto import settings, mock_sqs, mock_sqs_deprecated
|
||||
from moto.sqs.exceptions import QueueDoesNotExist
|
||||
from tests.helpers import requires_boto_gte
|
||||
import tests.backport_assert_raises # noqa
|
||||
from nose.tools import assert_raises
|
||||
|
|
@ -1006,7 +1005,8 @@ def test_untag_queue_errors():
|
|||
'tag_key_1'
|
||||
]
|
||||
).should.throw(
|
||||
QueueDoesNotExist
|
||||
ClientError,
|
||||
"The specified queue does not exist for this wsdl version."
|
||||
)
|
||||
|
||||
client.untag_queue.when.called_with(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue