sort dict keys to have more stable diffs, fix test asserting ssl poli… #588
Annotations
2 errors
tests/test_sqs/test_sqs.py#L2424
test_list_queue_tags_errors
assert '<?xml versio...rrorResponse>' == 'The specifie...wsdl version.'
- The specified queue does not exist for this wsdl version.
+ <?xml version="1.0" encoding="UTF-8"?>
+ <ErrorResponse>
+ <Error>
+ <Code>AWS.SimpleQueueService.NonExistentQueue</Code>
+ <Message><![CDATA[The specified queue does not exist for this wsdl version.]]></Message>
+
+ <Type>Sender</Type>
+
+
+ <RequestId>cOBZ2pjBAZxcEGHLGTjr7uwqAlTBt2jxA7DHqKPY27KcrRXGw5EI</RequestId>
+ </Error>
+ </ErrorResponse>
|
|
The logs for this run have expired and are no longer available.
Loading