From 67c194dcd1bb14390fecc5ba0133fc53342a0e4c Mon Sep 17 00:00:00 2001 From: Nathaniel May Date: Thu, 22 Jul 2021 09:53:26 -0400 Subject: [PATCH] fixing typo in test --- test/integration/033_event_tracking_test/test_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/033_event_tracking_test/test_events.py b/test/integration/033_event_tracking_test/test_events.py index 561615212c7..867e474136d 100644 --- a/test/integration/033_event_tracking_test/test_events.py +++ b/test/integration/033_event_tracking_test/test_events.py @@ -445,7 +445,7 @@ def seed_context(project_id, user_id, invocation_id, version): ] test_result_A = self.run_event_test(["seed"], expected_calls_A, expected_contexts) - test_result_A = self.run_event_test(["seed"], expected_calls_B, expected_contexts) + test_result_B = self.run_event_test(["seed"], expected_calls_B, expected_contexts) self.assertTrue(test_result_A or test_result_B)