Skip to content

Commit

Permalink
test: remove useless deprecated part of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mauran committed Nov 12, 2024
1 parent e5aac8d commit bd4e554
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/scenario/modules/models/asset-model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,6 @@ describe("ModelsController:assets", () => {
_id: "model-asset-Plane",
_source: { asset: { model: "Plane" } },
});

const getAssetNotExist = sdk.query({
controller: "device-manager/models",
action: "getAsset",
engineGroup: "other_engine",
model: "Plane",
});

await expect(getAssetNotExist).rejects.toMatchObject({ status: 404 });
});

it("List asset models only from the requested engine group and the common ones", async () => {
Expand Down

0 comments on commit bd4e554

Please sign in to comment.