Skip to content

Commit

Permalink
Fix test_web_selenium (Significant-Gravitas#4554)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi authored and erik-megarad committed Jun 4, 2023
1 parent 3781268 commit 2085d2b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 2085d2b

Please sign in to comment.