Skip to content

Commit 2683ac2

Browse files
[autofix.ci] apply automated fixes
1 parent 4e11334 commit 2683ac2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/dokploy/__test__/compose/domain/labels.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,7 @@ describe("createDomainLabels", () => {
367367
"custom",
368368
);
369369

370-
const middlewareLabel = labels.find((l) =>
371-
l.includes(".middlewares="),
372-
);
370+
const middlewareLabel = labels.find((l) => l.includes(".middlewares="));
373371
// Should not contain redirect-to-https since there's only one router
374372
expect(middlewareLabel).toBeUndefined();
375373
});

0 commit comments

Comments
 (0)