Skip to content

Commit

Permalink
add exclude back
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanista committed Dec 10, 2024
1 parent fa115d4 commit 1f6b43f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serverless/test/env.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe("getConfig", () => {
expect.objectContaining({
addLayers: true,
addExtension: false,
exclude: [],
flushMetricsToLogs: true,
site: "my-site",
enableXrayTracing: false,
Expand Down Expand Up @@ -67,6 +68,7 @@ describe("getConfig", () => {
expect.objectContaining({
addLayers: true,
addExtension: false,
exclude: [],
flushMetricsToLogs: false,
logLevel: undefined,
site: "datadoghq.com",
Expand Down Expand Up @@ -97,6 +99,7 @@ describe("getConfig", () => {
expect.objectContaining({
addLayers: true,
addExtension: false,
exclude: [],
flushMetricsToLogs: false,
site: "my-site",
enableXrayTracing: false,
Expand Down

0 comments on commit 1f6b43f

Please sign in to comment.