16 lines
		
	
	
		
			370 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			370 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import sure  # noqa # pylint: disable=unused-import
 | |
| 
 | |
| """
 | |
| Test the different server responses
 | |
| """
 | |
| 
 | |
| 
 | |
| # @mock_rds2
 | |
| # def test_list_databases():
 | |
| #    backend = server.create_backend_app("rds2")
 | |
| #    test_client = backend.test_client()
 | |
| #
 | |
| #    res = test_client.get('/?Action=DescribeDBInstances')
 | |
| #
 | |
| #    res.data.decode("utf-8").should.contain("<DescribeDBInstancesResult>")
 |