Skip to content

Commit 734c872

Browse files
committed
test(observability-map): move the change outside every watched path
Reverts the route edit and touches a non-route file, so the diff is non-empty but matches neither watched path while a findings comment exists. Tests that the workflow still starts and reconciles the comment.
1 parent ee2f3d3 commit 734c872

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

  • apps/webapp/app

apps/webapp/app/db.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SCORER TEST FIXTURE: non-route edit, outside every watched path. Never merge.
12
import {
23
Prisma,
34
PrismaClient,

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues/route.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,7 @@ export const loader = async ({ request, params }: LoaderFunctionArgs) => {
217217
};
218218
}
219219
} catch (error) {
220-
logger.warn("Queue list metrics unavailable, rendering without them", {
221-
error,
222-
environmentId: environment.id,
223-
});
220+
logger.warn("Queue list metrics unavailable, rendering without them", { error });
224221
}
225222
}
226223

0 commit comments

Comments
 (0)