MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / test_api_get_missing_track_meta

Function test_api_get_missing_track_meta

api/tests/test_api.py:179–183  ·  view source on GitHub ↗
(client)

Source from the content-addressed store, hash-verified

177
178@pytest.mark.asyncio
179async def test_api_get_missing_track_meta(client):
180 response = client.get(
181 f'/api/datasources/{test_datasource["account"]}/{test_datasource["container"]}/file_path/track'
182 )
183 assert response.status_code == 404
184
185
186@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected