We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e11334 commit 2683ac2Copy full SHA for 2683ac2
1 file changed
apps/dokploy/__test__/compose/domain/labels.test.ts
@@ -367,9 +367,7 @@ describe("createDomainLabels", () => {
367
"custom",
368
);
369
370
- const middlewareLabel = labels.find((l) =>
371
- l.includes(".middlewares="),
372
- );
+ const middlewareLabel = labels.find((l) => l.includes(".middlewares="));
373
// Should not contain redirect-to-https since there's only one router
374
expect(middlewareLabel).toBeUndefined();
375
});
0 commit comments