Scheduling can use external profiles #3481
Annotations
2 errors, 2 warnings, and 1 notice
e2e-tests/src/tests/bindings.test.ts#L693
1) src/tests/bindings.test.ts:630:3 › Scheduler Bindings › SchedulingDslTypescript ===============
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
691 | for(let file of respBody.typescriptFiles){
692 | if(file.filePath == "file:///mission-model-generated-code.ts"){
> 693 | expect(file.content.includes(resourceTypesWithExternalResource)).toEqual(true);
| ^
694 | found = true;
695 | }
696 | }
at file:///home/runner/work/***/***/e2e-tests/src/tests/bindings.test.ts:693:74
|
|
|
e2e-tests/src/tests/scheduler-with-sim.test.ts#L1
e2e-tests/src/tests/scheduler-with-sim.test.ts took 15s
|
|
The logs for this run have expired and are no longer available.
Loading