mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-23 07:04:24 +01:00
Fix test_web_selenium (#4554)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
from pytest_mock import MockerFixture
|
||||
|
||||
from autogpt.commands.web_selenium import browse_website
|
||||
from autogpt.config import Config
|
||||
|
||||
|
||||
def test_browse_website(config):
|
||||
def test_browse_website(config: Config, patched_api_requestor: MockerFixture):
|
||||
url = "https://barrel-roll.com"
|
||||
question = "How to execute a barrel roll"
|
||||
|
||||
Reference in New Issue
Block a user