Skip to content

Commit

Permalink
Update psc_api_user_authentication.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuerto-psc authored Sep 18, 2024
1 parent 926cd65 commit 3e9e56a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def add_external_user_to_allocation(self, user_id):
"user": {"username": f"{user_id}"},
"allocation": {
"components": {
"grant": {"number": f"{self.grant_nubmer}"},
"grant": {"number": f"{self.grant_number}"},
"resource": {"name": f"{self.resource_name}"},
}
},
Expand Down

0 comments on commit 3e9e56a

Please sign in to comment.