Skip to content
Snippets Groups Projects
Commit 7bc093ee authored by Ayub khan's avatar Ayub khan
Browse files

BOM-238

python3 compatibility
parent bcad9519
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ def send_request(user, course_id, page, page_size, path="", text=None):
url = get_internal_endpoint(path)
params = {
"user": anonymous_id_for_user(user, None),
"course_id": six.text_type(course_id).encode("utf-8"),
"course_id": six.text_type(course_id),
"page": page,
"page_size": page_size,
}
......
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