Skip to content

Commit

Permalink
fix: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Mar 4, 2024
1 parent a813472 commit 0cee52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_xblocks/basic/test/test_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_problem_submission():
Number of upvotes matches entered string
</equality_demo>
</problem_demo>
""", 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))
Expand Down

0 comments on commit 0cee52b

Please sign in to comment.