Skip to content

Commit

Permalink
test(backend.test): removed link to _pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Jul 2, 2024
1 parent 3060b35 commit 4af1be3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/core/backend/Backend.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ describe("Backend", () => {
fixtures: "fixtures",
securities: "securities",
};
application._pipes["kuzzle:state:ready"] = [
...application._pipes["kuzzle:state:ready"],
async () => should(application.started).be.true(),
];
application._import = {
mappings: {
index1: { collection1: { mappings: { fieldA: { type: "text" } } } },
Expand Down

0 comments on commit 4af1be3

Please sign in to comment.