feat: ajout de l'api de récupération des missions locales #111
Annotations
8 errors and 1 warning
tests/integration/jobs/ingestion/process-ingestion.test.ts > Processus d'ingestion > Ingestion de données valides > Ingestion de nouvelles données valides > Vérifie l'ingestion valide d'un nouveau dossier valide pour un organisme fiable:
server/tests/integration/jobs/ingestion/process-ingestion.test.ts#L112
AssertionError: expected 'ApiParseError: api-alternance-sdk: Er…' to be undefined
- Expected:
undefined
+ Received:
"ApiParseError: api-alternance-sdk: Error while parsing API response, this is either a bug in the SDK or a change in the API response. Please report this issue.
ZodErrors: [
{
\"code\": \"invalid_type\",
\"expected\": \"object\",
\"received\": \"undefined\",
\"path\": [
0,
\"mission_locale\"
],
\"message\": \"Object attendu\"
}
]"
❯ tests/integration/jobs/ingestion/process-ingestion.test.ts:112:37
|
tests/integration/jobs/ingestion/process-ingestion.test.ts > Processus d'ingestion > Ingestion de données valides > Ingestion de nouvelles données valides > Vérifie l'ingestion valide d'un nouveau dossier valide pour un organisme fiable et que la donnée est bien trimmée:
server/tests/integration/jobs/ingestion/process-ingestion.test.ts#L166
AssertionError: expected 'ApiParseError: api-alternance-sdk: Er…' to be undefined
- Expected:
undefined
+ Received:
"ApiParseError: api-alternance-sdk: Error while parsing API response, this is either a bug in the SDK or a change in the API response. Please report this issue.
ZodErrors: [
{
\"code\": \"invalid_type\",
\"expected\": \"object\",
\"received\": \"undefined\",
\"path\": [
0,
\"mission_locale\"
],
\"message\": \"Object attendu\"
}
]"
❯ tests/integration/jobs/ingestion/process-ingestion.test.ts:166:37
|
tests/integration/jobs/ingestion/process-ingestion.test.ts > Processus d'ingestion > Ingestion de données valides > Ingestion de mises à jour de données valides > Vérifie l'ingestion et la mise à jour valide d'un dossier valide déja existant pour un organisme fiable:
server/tests/integration/jobs/ingestion/process-ingestion.test.ts#L352
AssertionError: expected 'ApiParseError: api-alternance-sdk: Er…' to be undefined
- Expected:
undefined
+ Received:
"ApiParseError: api-alternance-sdk: Error while parsing API response, this is either a bug in the SDK or a change in the API response. Please report this issue.
ZodErrors: [
{
\"code\": \"invalid_type\",
\"expected\": \"object\",
\"received\": \"undefined\",
\"path\": [
0,
\"mission_locale\"
],
\"message\": \"Object attendu\"
}
]"
❯ tests/integration/jobs/ingestion/process-ingestion.test.ts:352:37
|
tests/integration/jobs/ingestion/process-ingestion.test.ts > Processus d'ingestion > Ingestion de données valides > Ingestion de mises à jour de données valides > Vérifie l'ingestion et la non mise à jour d'un dossier dont la clé d'unicité est différente d'un dossier déja existant:
server/tests/integration/jobs/ingestion/process-ingestion.test.ts#L401
AssertionError: expected 'ApiParseError: api-alternance-sdk: Er…' to be undefined
- Expected:
undefined
+ Received:
"ApiParseError: api-alternance-sdk: Error while parsing API response, this is either a bug in the SDK or a change in the API response. Please report this issue.
ZodErrors: [
{
\"code\": \"invalid_type\",
\"expected\": \"object\",
\"received\": \"undefined\",
\"path\": [
0,
\"mission_locale\"
],
\"message\": \"Object attendu\"
}
]"
❯ tests/integration/jobs/ingestion/process-ingestion.test.ts:401:37
|
tests/integration/jobs/ingestion/process-ingestion.test.ts > Processus d'ingestion > Ingestion de données valides > Ingestion de nouvelles données valides v3 > Vérifie l'ingestion valide d'un nouveau dossier valide v3 pour un organisme fiable:
server/tests/integration/jobs/ingestion/process-ingestion.test.ts#L545
AssertionError: expected 'ApiParseError: api-alternance-sdk: Er…' to be undefined
- Expected:
undefined
+ Received:
"ApiParseError: api-alternance-sdk: Error while parsing API response, this is either a bug in the SDK or a change in the API response. Please report this issue.
ZodErrors: [
{
\"code\": \"invalid_type\",
\"expected\": \"object\",
\"received\": \"undefined\",
\"path\": [
0,
\"mission_locale\"
],
\"message\": \"Object attendu\"
}
]"
❯ tests/integration/jobs/ingestion/process-ingestion.test.ts:545:37
|
tests/integration/jobs/ingestion/process-ingestion.test.ts > Processus d'ingestion > Ingestion de données valides > Ingestion de nouvelles données valides v3 > Vérifie l'ingestion et la mise à jour valide d'un dossier valide v3 déja existant pour un organisme fiable:
server/tests/integration/jobs/ingestion/process-ingestion.test.ts#L859
AssertionError: expected 'ApiParseError: api-alternance-sdk: Er…' to be undefined
- Expected:
undefined
+ Received:
"ApiParseError: api-alternance-sdk: Error while parsing API response, this is either a bug in the SDK or a change in the API response. Please report this issue.
ZodErrors: [
{
\"code\": \"invalid_type\",
\"expected\": \"object\",
\"received\": \"undefined\",
\"path\": [
0,
\"mission_locale\"
],
\"message\": \"Object attendu\"
}
]"
❯ tests/integration/jobs/ingestion/process-ingestion.test.ts:859:37
|
tests/integration/jobs/ingestion/process-ingestion.test.ts > Processus d'ingestion > Ingestion de données invalides > Ingestion de mises à jour de données invalides > Vérifie la mise à l'écart d'une mise à jour de dossier avec un statut invalide:
server/tests/integration/jobs/ingestion/process-ingestion.test.ts#L1376
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ tests/integration/jobs/ingestion/process-ingestion.test.ts:1376:9
|
tests / Tests
Process completed with exit code 1.
|
tests / Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|