From 2f9380c2968713fd9d71117293457e2a90eb2b4c Mon Sep 17 00:00:00 2001 From: Julia Hansbrough <julia@edx.org> Date: Tue, 10 Dec 2013 18:51:45 +0000 Subject: [PATCH] response to cr --- lms/djangoapps/shoppingcart/tests/test_views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/djangoapps/shoppingcart/tests/test_views.py b/lms/djangoapps/shoppingcart/tests/test_views.py index 408060a..d1ab9ab 100644 --- a/lms/djangoapps/shoppingcart/tests/test_views.py +++ b/lms/djangoapps/shoppingcart/tests/test_views.py @@ -254,7 +254,6 @@ class ShoppingCartViewsTests(ModuleStoreTestCase): 'mode': course_enrollment.mode } ) - self.mock_server_track.reset_mock() @patch('shoppingcart.views.render_to_response', render_mock) def test_show_receipt_success_refund(self): -- libgit2 0.26.0