• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

spulec / moto / 6642 / 7
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 29 Jul 2020 11:12AM UTC
Files 393
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Jul 2020 10:44AM UTC coverage: 94.155% (+0.09%) from 94.064%
TEST_SERVER_MODE=false

push

travis-ci

web-flow
Fix SQS tag list from CloudFormation resource creation (#3197)

* fix sqs tag list from cloudformation resource creation

the method `create_from_cloudformation_json` of the Sqs resource
does not handle the difference of format of the Tags field in the
resource template and the format expected in Sqs resource class.

In cfn resource template Tags is specified as a list of dicts. But
the Sqs resource expects that the tags field be a single dict.
This behaviour causes a crash when a queue is created with tags
from `create_from_cloudformation_json` and later the list_queue_tags
is called because it tries to call `items` from `queue.tags` but
tags is actually a list of dicts.

* fix comment

* fix linter

* minor

Co-authored-by: Hudo Assenco <hudo.assenco@gmail.com>

40146 of 42638 relevant lines covered (94.16%)

0.94 hits per line

Source Files on job 6642.7 (TEST_SERVER_MODE=false)
  • Tree
  • List 0
  • Changed 129
  • Source Changed 2
  • Coverage Changed 129
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5863
  • Travis Job 6642.7
  • 08a08b6a on github
  • Prev Job for TEST_SERVER_MODE=false on master (#6636.3)
  • Next Job for TEST_SERVER_MODE=false on master (#6649.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc