Skip to content

Commit dda0fd3

Browse files
committed
[client] correcting for new options record
1 parent 4e31ccb commit dda0fd3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/logibit.hawk.tests/Client.header.fs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ let faced_in_the_wild =
165165
{ algorithm = SHA256
166166
id = "principals-3e38ab647ab444558f19944d4011400b"
167167
key = "6vis46o2lytiwzgu3etkbfv9243i11fxougnso2uayz" }
168-
ext = None
169-
timestamp = Instant.FromSecondsSinceUnixEpoch 1422014454L
170-
localtime_offset = None
171-
nonce = Some "HtKift"
172-
payload = Some (UTF8.bytes "description=a&timestamp=2015-01-06T00%3A00%3A00.000Z&amount=12&currency=SEK&targets%5Beconomic%5D%5Bkey%5D=economic&targets%5Beconomic%5D%5Btitle%5D=Economic+Finance+Voucher&receipt_id=6cf8a352bc16439ca60895da7d0dfadb")
173-
hash = None
174-
content_type = Some "application/x-www-form-urlencoded; charset=UTF-8"
175-
app = None
176-
dlg = None }
168+
ext = None
169+
timestamp = Instant.FromSecondsSinceUnixEpoch 1422014454L
170+
local_clock_offset = None
171+
nonce = Some "HtKift"
172+
payload = Some (UTF8.bytes "description=a&timestamp=2015-01-06T00%3A00%3A00.000Z&amount=12&currency=SEK&targets%5Beconomic%5D%5Bkey%5D=economic&targets%5Beconomic%5D%5Btitle%5D=Economic+Finance+Voucher&receipt_id=6cf8a352bc16439ca60895da7d0dfadb")
173+
hash = None
174+
content_type = Some "application/x-www-form-urlencoded; charset=UTF-8"
175+
app = None
176+
dlg = None }
177177
let res =
178178
Client.header' "http://localhost:8080/api/receipts/save_details" POST opts
179179
|> ensure_value

0 commit comments

Comments
 (0)