Skip to content

Commit

Permalink
Bug fix: passwd -> password
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 3, 2020
1 parent 0b77f97 commit cc48667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/delta.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def synchronize(self):
start_t = datetime.datetime.now()
rsp = requests.post(self.grouper_query_instance.grouper_group_members_url,
auth=(self.grouper_query_instance.grouper_user,
self.grouper_query_instance.grouper_passwd),
self.grouper_query_instance.grouper_password),
data=json.dumps({
'WsRestDeleteMemberRequest': {
'replaceAllExisting': 'F',
Expand Down Expand Up @@ -119,7 +119,7 @@ def synchronize(self):
start_t = datetime.datetime.now()
rsp = requests.put(self.grouper_query_instance.grouper_group_members_url,
auth=(self.grouper_query_instance.grouper_user,
self.grouper_query_instance.grouper_passwd),
self.grouper_query_instance.grouper_password),
data=json.dumps({
'WsRestAddMemberRequest': {
'replaceAllExisting': 'F',
Expand Down

0 comments on commit cc48667

Please sign in to comment.