Skip to content

Commit

Permalink
collusion test
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-santana committed Nov 29, 2024
1 parent acc19da commit de17043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/scripts/collusion_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def query_variant_with_curl(access_token, alt, ref, start, end, vType):
return result.stdout, result.stderr


def update_individual_budget(individual_id):
def update_user_budget_to_initial(individual_id):
try:
budget_collection = client.beacon['budget']
#LOG.debug(f"Updating budget for individual_id={individual_id} by amount={amount}")
Expand Down

0 comments on commit de17043

Please sign in to comment.