Fixed issue when invalid resource type is used it would return all tags. Behavoir differed from that of AWS behavior

This commit is contained in:
Jeff Albert 2016-09-15 14:52:57 -04:00
commit 6d7b0c9a15
2 changed files with 2 additions and 3 deletions

View file

@ -22,7 +22,7 @@ extras_require = {
setup(
name='moto',
version='0.4.26',
version='0.4.27',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',