Closed JulienPeloton closed 8 months ago
Current API tests such as
https://github.com/astrolabsoftware/fink-science-portal/blob/33809b9993e06eb8009db48a68e2e10d835907bd/tests/api_single_object_test.py#L91-L99
check the number of columns via a manual entry. Ideally, we should just call /api/v1/columns. This would naturally inform us of missing column definition in the schema.
/api/v1/columns
Current API tests such as
https://github.com/astrolabsoftware/fink-science-portal/blob/33809b9993e06eb8009db48a68e2e10d835907bd/tests/api_single_object_test.py#L91-L99
check the number of columns via a manual entry. Ideally, we should just call
/api/v1/columns
. This would naturally inform us of missing column definition in the schema.