mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -367,9 +367,7 @@ describe("createDomainLabels", () => {
|
||||
"custom",
|
||||
);
|
||||
|
||||
const middlewareLabel = labels.find((l) =>
|
||||
l.includes(".middlewares="),
|
||||
);
|
||||
const middlewareLabel = labels.find((l) => l.includes(".middlewares="));
|
||||
// Should not contain redirect-to-https since there's only one router
|
||||
expect(middlewareLabel).toBeUndefined();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user