Skip to content

Commit

Permalink
Merge pull request #446 from ticosax/bump-moto
Browse files Browse the repository at this point in the history
Upgrade moto manually
  • Loading branch information
jettify committed Nov 23, 2017
2 parents 8ce80f5 + 3637ed8 commit 57dea1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Flask==0.12.2
coverage==4.4.2
flake8==3.5.0
moto==0.4.31
moto==1.1.25
pytest-cov==2.5.1
pytest==3.2.4
sphinx==1.6.5
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sns.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_topic_attributes(sns_client, topic_arn):
attributes = topic_properties['Attributes']

assert arn1 == topic_arn
assert json.loads(attributes['Policy']) == json.loads(DEFAULT_TOPIC_POLICY)
assert json.loads(attributes['Policy']) == DEFAULT_TOPIC_POLICY
assert attributes['DisplayName'] == ''

display_name = 'My display name'
Expand Down

0 comments on commit 57dea1c

Please sign in to comment.