Skip to content

Commit 46cb8bf

Browse files
committed
fix test
1 parent c57e311 commit 46cb8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/providers/onedrive/test_provider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ async def test_download_standard_file_range(self, provider, download_fixtures):
516516
assert content == b'te'
517517
assert aiohttpretty.has_call(method='GET', uri=download_url,
518518
headers={'Range': 'bytes=0-1',
519-
'Authorization': 'bearer wrote harry potter',
519+
# 'Authorization': 'bearer wrote harry potter',
520520
'accept-encoding': ''})
521521

522522
@pytest.mark.asyncio

0 commit comments

Comments
 (0)