| Index: appengine/findit/handlers/crash/test/crash_handler_test.py
|
| diff --git a/appengine/findit/handlers/crash/test/crash_handler_test.py b/appengine/findit/handlers/crash/test/crash_handler_test.py
|
| index 6a51c31dd13d60721d62bb2fe707ec15451082ff..579cd9f00ef9050e10f72fe6757c6f6b0a1667b9 100644
|
| --- a/appengine/findit/handlers/crash/test/crash_handler_test.py
|
| +++ b/appengine/findit/handlers/crash/test/crash_handler_test.py
|
| @@ -83,5 +83,6 @@ class CrashHandlerTest(CrashTestCase):
|
| self.assertEqual(1, len(requested_crashes))
|
| self.assertEqual(
|
| (crash_identifiers, chrome_version, signature, client_id,
|
| - platform, stack_trace, channel, historic_metadata),
|
| + platform, stack_trace, {'channel': channel,
|
| + 'historical_metadata': historic_metadata}),
|
| requested_crashes[0])
|
|
|