Skip to content
Snippets Groups Projects
Commit 7247dc09 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Add a random_seed to the contextInfo so that the unit tests complete.

parent 06453895
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,8 @@ BrowserID.Mocks.xhr = (function() {
domain_key_creation_time: (new Date().getTime() - (30 * 24 * 60 * 60 * 1000)),
csrf_token: "csrf",
authenticated: false,
code_version: "ABC123"
code_version: "ABC123",
random_seed: "H+ZgKuhjVckv/H4i0Qvj/JGJEGDVOXSIS5RCOjY9/Bo="
};
// this cert is meaningless, but it has the right format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment