mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-12 20:57:41 +02:00
fix: configure standalone API example logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user