Skip to content
Snippets Groups Projects
Unverified Commit 789c621d authored by Awais Qureshi's avatar Awais Qureshi Committed by GitHub
Browse files

Merge pull request #23615 from edx/awais786/BOM-1489

BOM-1489
parents ade9135c e66de4e4
No related branches found
No related tags found
No related merge requests found
......@@ -542,7 +542,7 @@ class TestViewDispatch(TestCase):
self.assertEqual(self.view.select_backend(request), self.dot_adapter.backend)
def test_dispatching_with_no_client(self):
request = self._post_request(None)
request = self._post_request('')
self.assertEqual(self.view.select_backend(request), self.dot_adapter.backend)
def test_dispatching_with_invalid_client(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment