Skip to content

Commit a2b0b9d

Browse files
committed
Fix missing online svg logo
1 parent e32850a commit a2b0b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_user.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_users_set_avatar_from_file(logged_rocket):
181181
def test_users_set_avatar_from_url(logged_rocket):
182182
# ToDo: Modify this test so it can run while offline
183183
users_set_avatar = logged_rocket.users_set_avatar(
184-
avatar_url="https://avatars.dicebear.com/api/bottts/rocket.svg"
184+
avatar_url="https://upload.wikimedia.org/wikipedia/commons/7/77/Wikipedia_svg_logo.svg"
185185
).json()
186186
assert users_set_avatar.get("success"), users_set_avatar.get("error")
187187

0 commit comments

Comments
 (0)