Skip to content

Commit

Permalink
[client] correcting for new options record
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Feb 10, 2015
1 parent 4e31ccb commit dda0fd3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/logibit.hawk.tests/Client.header.fs
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ let faced_in_the_wild =
{ algorithm = SHA256
id = "principals-3e38ab647ab444558f19944d4011400b"
key = "6vis46o2lytiwzgu3etkbfv9243i11fxougnso2uayz" }
ext = None
timestamp = Instant.FromSecondsSinceUnixEpoch 1422014454L
localtime_offset = None
nonce = Some "HtKift"
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")
hash = None
content_type = Some "application/x-www-form-urlencoded; charset=UTF-8"
app = None
dlg = None }
ext = None
timestamp = Instant.FromSecondsSinceUnixEpoch 1422014454L
local_clock_offset = None
nonce = Some "HtKift"
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")
hash = None
content_type = Some "application/x-www-form-urlencoded; charset=UTF-8"
app = None
dlg = None }
let res =
Client.header' "http://localhost:8080/api/receipts/save_details" POST opts
|> ensure_value
Expand Down

0 comments on commit dda0fd3

Please sign in to comment.