Ejemplo n.º 1
0
 def get_all_queues_fail_not_403(prefix=''):
     # mock non-auth error
     raise exception.SQSError(500, None, None)
Ejemplo n.º 2
0
 def get_all_queues_fail_403(prefix=''):
     # mock auth error
     raise exception.SQSError(403, None, None)