From 0cee52bf97f09d2e00423cb1ab06d719ddc4e8e3 Mon Sep 17 00:00:00 2001 From: farhan Date: Mon, 4 Mar 2024 16:34:59 +0500 Subject: [PATCH] fix: fix test case --- sample_xblocks/basic/test/test_problem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_xblocks/basic/test/test_problem.py b/sample_xblocks/basic/test/test_problem.py index c51e3df5..dfd2541a 100644 --- a/sample_xblocks/basic/test/test_problem.py +++ b/sample_xblocks/basic/test/test_problem.py @@ -43,7 +43,7 @@ def test_problem_submission(): Number of upvotes matches entered string - """, runtime.id_generator) + """) problem = runtime.get_block(problem_usage_id) json_data = json.dumps({"vote_count": [{"name": "input", "value": "4"}]}) resp = runtime.handle(problem, 'check', make_request(json_data))