Removing flaky test (#24262)

This commit is contained in:
Manjinder Singh
2020-06-19 12:13:52 -04:00
committed by GitHub
parent 0b4cf7e06c
commit 566765f919

View File

@@ -30,7 +30,6 @@ class TestEnterpriseUtils(TestCase):
@ddt.data(
('notfoundpage', 0),
(reverse('dashboard'), 1),
)
@ddt.unpack
def test_enterprise_customer_for_request_called_on_404(self, resource, expected_calls):