Skip to content

Commit 4f1178e

Browse files
committed
Added method to fetch project versions using GitHub API, removed hardcoded versions in tests.
1 parent d6ca522 commit 4f1178e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/download_helpers/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def testGetDownloadURL(self):
8585
"""Tests the GetDownloadURL functions."""
8686
download_helper = github.GitHubReleasesDownloadHelper(self._DOWNLOAD_URL)
8787

88-
project_version = download_helper.GetLatestVersionWithAPI(None)
88+
project_version = download_helper.GetLatestVersionWithAPI(None)
8989

9090
download_url = download_helper.GetDownloadURL(
9191
self._PROJECT_NAME, project_version)

0 commit comments

Comments
 (0)