[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-04-03 22:23:55 +00:00
committed by GitHub
parent 4e11334940
commit 2683ac2a1b

View File

@@ -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();
});