Skip to content

Commit 1eac1cc

Browse files
committed
Edit GraphQL URL in unit test again
1 parent 801ec6b commit 1eac1cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TestDownloadUtilsMethods(TestCase):
4040
def test_get_egs_url(self):
4141
self.assertEqual(
4242
src.download_utils.get_egs_url(),
43-
"https://store.epicgames.com/graphql",
43+
"https://graphql.epicgames.com/ue/graphql",
4444
)
4545

4646
def test_get_default_params(self):

0 commit comments

Comments
 (0)