Commit 5ad56d7a by Awais Jibran

Used unicode for usage key.

parent e5d250bf
......@@ -182,6 +182,6 @@ class ContainerPageTestCase(StudioPageTestCase):
# Check 200 response if 'usage_key_string' is correct
response = views.container_handler(
request=request,
usage_key_string=self.vertical.location.to_deprecated_string()
usage_key_string=unicode(self.vertical.location)
)
self.assertEqual(response.status_code, 200)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment