mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	fixed imports and tests
This commit is contained in:
		
							parent
							
								
									46822bca80
								
							
						
					
					
						commit
						a6b82f0466
					
				| @ -59,8 +59,8 @@ def test_readme(): | |||||||
|     assert response.status_code == 200 |     assert response.status_code == 200 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| def test_manage(): | def test_dashboard(): | ||||||
|     response = client.get('/-/manage') |     response = client.get('/-/dashboard') | ||||||
|     assert response.status_code == 200 |     assert response.status_code == 200 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Oscar Krause
						Oscar Krause