moto/tests/test_rds2
Brian Pandola ae2865d559
Minor RDS Clean up (#3682)
* Fix `DBInstanceNotFound` error message

Changed from `Database` to `DBInstance`, which is actually what comes back from AWS.

* Remove duplicate test

The removed test actually fails if run in isolation because `rds2` is not a
valid boto3 client service.  The reason this test never caused CI to fail is
because it is redefined later in the test suite, effectively making it dead
code that will never run.

Duplicate test has been removed and the remaining test has been improved
with more explicit asserts.
2021-02-13 11:12:02 +00:00
..
__init__.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_filters.py Minor RDS Clean up (#3682) 2021-02-13 11:12:02 +00:00
test_rds2.py Minor RDS Clean up (#3682) 2021-02-13 11:12:02 +00:00
test_server.py
test_utils.py Add support for RDS resource filtering (#3669) 2021-02-10 09:06:54 +00:00