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

Function test_api_get_track_meta

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

Source from the content-addressed store, hash-verified

164
165@pytest.mark.asyncio
166async def test_api_get_track_meta(client):
167 client.post("/api/datasources", json=test_datasource).json()
168 response = client.post(
169 f'/api/datasources/{test_datasource["account"]}/{test_datasource["container"]}/file_path/meta',
170 json=valid_metadata,
171 )
172 response = client.get(
173 f'/api/datasources/{test_datasource["account"]}/{test_datasource["container"]}/file_path/track'
174 )
175 assert response.status_code == 200
176
177
178@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected