Update test to match protocol

This commit is contained in:
David Cramer 2014-05-28 22:04:32 -07:00
parent 683acffedc
commit 5b8728ab80
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class ClientTest(TestCase):
'Content-Type': 'application/octet-stream',
'X-Sentry-Auth': (
'Sentry sentry_timestamp=1328055286.51, '
'sentry_client=raven-python/%s, sentry_version=4, '
'sentry_client=raven-python/%s, sentry_version=5, '
'sentry_key=public, '
'sentry_secret=secret' % (raven.VERSION,))
},