Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gzpcho committed Feb 20, 2024
1 parent a8bb36f commit 912c14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-board/deploy_board/webapp/helpers/agents_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ def get_agents_total_by_env(request, env_id):
return deployclient.get("/agents/env/%s/total" % env_id, request.teletraan_user_id.token)

def get_agent_ec2_tags(request, env_name, stage_name):
return deployclient.get(f"/env/{env_name}/{stage_name}/host_ec2_tags", request.teletraan_user_id_token)
return deployclient.get(f"/env/{env_name}/{stage_name}/host_ec2_tags", request.teletraan_user_id.token)

0 comments on commit 912c14b

Please sign in to comment.