We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801ec6b commit 1eac1ccCopy full SHA for 1eac1cc
1 file changed
tests.py
@@ -40,7 +40,7 @@ class TestDownloadUtilsMethods(TestCase):
40
def test_get_egs_url(self):
41
self.assertEqual(
42
src.download_utils.get_egs_url(),
43
- "https://store.epicgames.com/graphql",
+ "https://graphql.epicgames.com/ue/graphql",
44
)
45
46
def test_get_default_params(self):
0 commit comments