Skip to content

Commit

Permalink
Fix Selenium test
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi committed Jun 10, 2023
1 parent d88a5ac commit 4be958d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/test_web_selenium.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import pytest
from pytest_mock import MockerFixture

from autogpt.commands.web_selenium import browse_website
from autogpt.config import Config
from tests.utils import requires_api_key


@pytest.mark.vcr
@requires_api_key("OPENAI_API_KEY")
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 4be958d

Please sign in to comment.