Skip to content

Commit

Permalink
Fix Typo from #475 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
quaark committed Oct 14, 2020
1 parent d705a4f commit e47027a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/system_test/prepare.py
Expand Up @@ -240,7 +240,7 @@ def _run_command_locally(
def _get_provctl_version_and_url(self):
response = requests.get(
self.Constants.provctl_releases,
headers={"Authorization:": f"token {self._github_access_token}"},
headers={"Authorization": f"token {self._github_access_token}"},
)
response.raise_for_status()
latest_provazio_release = json.loads(response.content)
Expand Down

0 comments on commit e47027a

Please sign in to comment.