Updated description

This commit is contained in:
Fahad
2025-08-08 05:26:45 +05:00
parent ad6b216265
commit 9a4791cb06
3 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ class TestChallengeTool:
response_data = json.loads(result[0].text)
# Check response structure
assert response_data["status"] == "challenge_created"
assert response_data["status"] == "challenge_accepted"
assert response_data["original_statement"] == "All software bugs are caused by syntax errors"
assert "challenge_prompt" in response_data
assert "instructions" in response_data