Skip to content

Commit

Permalink
test location parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jun 15, 2023
1 parent 6b75939 commit 7c9455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def setUpClass(cls):
assert isinstance(yt, YTMusic)
cls.yt = YTMusic()
cls.yt_oauth = YTMusic(headers_oauth)
cls.yt_auth = YTMusic(headers_browser)
cls.yt_auth = YTMusic(headers_browser, location="GB")
cls.yt_brand = YTMusic(config["auth"]["headers"], config["auth"]["brand_account"])
cls.yt_empty = YTMusic(config["auth"]["headers_empty"],
config["auth"]["brand_account_empty"])
Expand Down

0 comments on commit 7c9455e

Please sign in to comment.