Skip to content

Commit

Permalink
Correct test for fffc2dd
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 17, 2013
1 parent 1d7070e commit c2372b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_send(self, time, send_remote):
'Content-Type': 'application/octet-stream',
'X-Sentry-Auth': (
'Sentry sentry_timestamp=1328055286.51, '
'sentry_client=raven-python/%s, sentry_version=2.0, '
'sentry_client=raven-python/%s, sentry_version=4, '
'sentry_key=public, '
'sentry_secret=secret' % (raven.VERSION,))
},
Expand Down

0 comments on commit c2372b5

Please sign in to comment.