We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bea868 commit 90b2c99Copy full SHA for 90b2c99
test/raven.test.js
@@ -115,7 +115,7 @@ describe('globals', function() {
115
describe('getAuthQueryString', function() {
116
it('should return a properly formatted string and cache it', function() {
117
setupRaven();
118
- var expected = '?sentry_version=2.0&sentry_client=raven-js/@VERSION&sentry_key=abc';
+ var expected = '?sentry_version=3&sentry_client=raven-js/@VERSION&sentry_key=abc';
119
assert.strictEqual(getAuthQueryString(), expected);
120
assert.strictEqual(cachedAuth, expected);
121
});
0 commit comments