Skip to content

Commit

Permalink
Another bad change.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Sep 11, 2023
1 parent 2ffe425 commit a764399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_ng/tests/integration/utils/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def list_users(self):
def create_user(self, uid=None, login=None, email=None, password=None):
url = self.baseurl + '/admin/users/add'
payload = {'id': uid, 'login': login, 'email': email, 'password': password}
rr = requests.post(url, json=payload)
rr = requests.post(url, json=payload)
return rr.json()

def delete_user(self, uid=None, login=None, email=None, password=None):
Expand Down

0 comments on commit a764399

Please sign in to comment.