add test log file to project

This commit is contained in:
Stefan Allius
2025-05-01 17:29:40 +02:00
parent bb4640a623
commit e74f9e0848
2 changed files with 20 additions and 1 deletions

View File

@@ -186,7 +186,7 @@ async def test_send_file(client, config_conn):
"""Test the send-file route."""
_ = config_conn
assert Config.log_path == 'app/tests/log/'
response = await client.get('/send-file/test.log')
response = await client.get('/send-file/test.txt')
assert response.status_code == 200