Skip to content

Commit 8e3120e

Browse files
authored
chore: Enable polling report contract tests. (#639)
1 parent 48cac54 commit 8e3120e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

packages/sdk/browser/contract-tests/entity/src/ClientEntity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function makeSdkConfig(options: SDKConfigParams, tag: string) {
1818
const cf: LDOptions = {
1919
withReasons: options.clientSide.evaluationReasons,
2020
logger: makeLogger(`${tag}.sdk`),
21-
// useReport: options.clientSide.useReport,
21+
useReport: options.clientSide.useReport,
2222
};
2323

2424
if (options.serviceEndpoints) {

packages/sdk/browser/contract-tests/suppressions.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@ streaming/requests/URL path is computed correctly/no environment filter/base URI
44
streaming/requests/context properties/single kind minimal/REPORT
55
streaming/requests/context properties/single kind with all attributes/REPORT
66
streaming/requests/context properties/multi-kind/REPORT
7-
polling/requests/method and headers/REPORT/http
8-
polling/requests/URL path is computed correctly/no environment filter/base URI has no trailing slash/REPORT
9-
polling/requests/URL path is computed correctly/no environment filter/base URI has a trailing slash/REPORT
10-
polling/requests/context properties/single kind minimal/REPORT
11-
polling/requests/context properties/single kind with all attributes/REPORT
12-
polling/requests/context properties/multi-kind/REPORT

0 commit comments

Comments
 (0)