Remove redundant test code (#3640)
These tests, when run, do not execute any `moto` code. They fail the parameter validation check in `botocore`, which raises an exception before ever sending a request. These tests do not cover or verify any `moto` behavior and have been removed.
This commit is contained in:
parent
779d18e00c
commit
cd044ef00b
9 changed files with 18 additions and 199 deletions
|
|
@ -4,7 +4,7 @@ import pytest
|
|||
|
||||
import boto3
|
||||
|
||||
from botocore.exceptions import ParamValidationError, ClientError
|
||||
from botocore.exceptions import ClientError
|
||||
from botocore.parsers import ResponseParserError
|
||||
import json
|
||||
import sure # noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue