mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 01:47:36 +03:00 
			
		
		
		
	Make some cosmetic changes to test data
This commit is contained in:
		
							parent
							
								
									9f8af6f651
								
							
						
					
					
						commit
						929e7c1146
					
				| 
						 | 
					@ -22,8 +22,8 @@ async def test_index(client, app):
 | 
				
			||||||
    giphy_client_mock = mock.AsyncMock(spec=GiphyClient)
 | 
					    giphy_client_mock = mock.AsyncMock(spec=GiphyClient)
 | 
				
			||||||
    giphy_client_mock.search.return_value = {
 | 
					    giphy_client_mock.search.return_value = {
 | 
				
			||||||
        'data': [
 | 
					        'data': [
 | 
				
			||||||
            {'url': 'https://giphy/gif1.gif'},
 | 
					            {'url': 'https://giphy.com/gif1.gif'},
 | 
				
			||||||
            {'url': 'https://giphy/gif2.gif'},
 | 
					            {'url': 'https://giphy.com/gif2.gif'},
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -42,8 +42,8 @@ async def test_index(client, app):
 | 
				
			||||||
        'query': 'test',
 | 
					        'query': 'test',
 | 
				
			||||||
        'limit': 10,
 | 
					        'limit': 10,
 | 
				
			||||||
        'gifs': [
 | 
					        'gifs': [
 | 
				
			||||||
            {'url': 'https://giphy/gif1.gif'},
 | 
					            {'url': 'https://giphy.com/gif1.gif'},
 | 
				
			||||||
            {'url': 'https://giphy/gif2.gif'},
 | 
					            {'url': 'https://giphy.com/gif2.gif'},
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user