Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Jun 12, 2019
1 parent a71d0bf commit 584f334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rest/client/v2_alpha/test_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,12 @@ def test_deactivate_account(self):
tok = self.login("kermit", "test")

request_data = json.dumps({
"auth":{
"auth": {
"type": "m.login.password",
"user": user_id,
"password": "test",
},
"erase":False,
"erase": False,
})
request, channel = self.make_request(
"POST",
Expand Down

0 comments on commit 584f334

Please sign in to comment.