fix: configure standalone API example logging

This commit is contained in:
NotoriousRebel
2026-07-20 23:37:09 -04:00
parent 677fa512d4
commit 724023bd50
3 changed files with 34 additions and 6 deletions
-1
View File
@@ -66,7 +66,6 @@ class TestSearchGithubCode:
test_result = await test_class_instance.fragments_from_response(
self.OkResponse().response.json()
)
print("test_result: ", test_result)
assert test_result == ["test1", "test2"]
@pytest.mark.asyncio