Skip to content
Snippets Groups Projects
Commit f7adc71c authored by Awais Qureshi's avatar Awais Qureshi
Browse files

BOM-924

Fixing TypeError, the JSON object must be str, not 'bytes'.
parent 8aa2fad4
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@ Test scenarios for the crowdsource hinter xblock.
"""
from __future__ import absolute_import
import json
import unittest
import simplejson as json
from django.conf import settings
from django.urls import reverse
from six import text_type
......
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