Skip to content

Commit

Permalink
Auto-GPT: fix test_get_bulletin_from_web_success
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Sep 9, 2023
1 parent 69fdaa4 commit 6d7d5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpts/autogpt/tests/unit/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_get_bulletin_from_web_success(mock_get):

assert expected_content in bulletin
mock_get.assert_called_with(
"https://raw.githubusercontent.com/Significant-Gravitas/Auto-GPT/master/BULLETIN.md"
"https://raw.githubusercontent.com/Significant-Gravitas/Auto-GPT/master/autogpts/autogpt/BULLETIN.md"
)


Expand Down

0 comments on commit 6d7d5ae

Please sign in to comment.