Add vpc-peering-connection handling #667
Annotations
2 errors
Test with pytest:
tests/test_resourcegroupstaggingapi/test_resourcegroupstagging_rds.py#L43
TestRdsTagging.test_get_resources_rds
AssertionError: assert 6 == 4
+ where 6 = len([{'ResourceARN': 'arn:aws:rds:us-west-2:123456789012:db:db-instance-1', 'Tags': [{'Key': 'test', 'Value': 'value-1'}]}, {'ResourceARN': 'arn:aws:rds:us-west-2:123456789012:db:db-instance-2', 'Tags': [{'Key': 'test', 'Value': 'value-2'}]}, {'ResourceARN': 'arn:aws:rds:us-west-2:123456789012:snapshot:snapshot-1', 'Tags': [{'Key': 'test', 'Value': 'value-1'}]}, {'ResourceARN': 'arn:aws:rds:us-west-2:123456789012:snapshot:snapshot-2', 'Tags': [{'Key': 'test', 'Value': 'value-2'}]}, {'ResourceARN': 'arn:aws:rds:us-west-2:123456789012:db:db-instance-1', 'Tags': [{'Key': 'test', 'Value': 'value-1'}]}, {'ResourceARN': 'arn:aws:rds:us-west-2:123456789012:db:db-instance-2', 'Tags': [{'Key': 'test', 'Value': 'value-2'}]}])
|
Test with pytest
Process completed with exit code 2.
|
Loading