Skip to content

Commit b72d3c5

Browse files
committed
[FIX] reorder OPRF and de-chunking for TEEs
1 parent 869385c commit b72d3c5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/tests/http-provider.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describeWithServer('HTTP Provider', opts => {
1515
const resp = await createClaimOnAttestor({
1616
name: 'http',
1717
params: {
18-
url: 'https://news.ycombinator.com/{{param4}}',
18+
url: 'https://news.ycombinator.com/best',
1919
method: 'GET',
2020
responseMatches: [{
2121
type: 'regex',
@@ -32,9 +32,7 @@ describeWithServer('HTTP Provider', opts => {
3232
},
3333
secretParams: {
3434
cookieStr: '<cookie-str>',
35-
paramValues: {
36-
param4: 'best',
37-
}
35+
paramValues: {}
3836
},
3937
ownerPrivateKey: opts.privateKeyHex,
4038
client: opts.client,

0 commit comments

Comments
 (0)