fix: clean up lint in gateway tests

This commit is contained in:
Peter Steinberger
2026-01-18 18:51:43 +00:00
parent 7e0bebd669
commit c50cde2170
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ const createStubChannelPlugin = (params: {
status: {
buildChannelSummary: async () => ({
configured: false,
...(params.summary ?? {}),
...params.summary,
}),
},
gateway: {