Skip to content

Commit 075ab8e

Browse files
committed
Fix test
1 parent 2a4b71c commit 075ab8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/agent/api/ReportingAPIRateLimitedServerSide.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ t.test("it stops sending requests if rate limited", async (t) => {
5050
blockedUserIds: [],
5151
allowedIPAddresses: [],
5252
blockNewOutgoingRequests: false,
53+
domains: [],
5354
});
5455
t.match(api.getEvents(), [{ type: "started" }]);
5556

0 commit comments

Comments
 (0)