Skip to content

Commit 90b2c99

Browse files
committed
loltests
1 parent 3bea868 commit 90b2c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/raven.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('globals', function() {
115115
describe('getAuthQueryString', function() {
116116
it('should return a properly formatted string and cache it', function() {
117117
setupRaven();
118-
var expected = '?sentry_version=2.0&sentry_client=raven-js/@VERSION&sentry_key=abc';
118+
var expected = '?sentry_version=3&sentry_client=raven-js/@VERSION&sentry_key=abc';
119119
assert.strictEqual(getAuthQueryString(), expected);
120120
assert.strictEqual(cachedAuth, expected);
121121
});

0 commit comments

Comments
 (0)