Auto-GPT: fix `test_get_bulletin_from_web_success`

pull/3972/head^2
Reinier van der Leer 2023-09-09 03:34:57 +02:00
parent 69fdaa45d4
commit 6d7d5ae065
No known key found for this signature in database
GPG Key ID: 64035FE419545762
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)