summaryrefslogtreecommitdiffstats
path: root/integrations/delete_user_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor User Settings (#3900)David Schneiderbauer2018-05-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | * moved avatar to profile page * combined password change, email and account deletion into account settings page * combined totp, access tokens, linked accounts and openid into security settings page * move access tokens to applications settings page * small change to restart drone build * fix change avatar url on profile page * redirect old settings urls to new ones * enforce only one autofocus attribute on settings pages * set correct redirect status code * fmt fix
* Add integration test for user deleting account (#2891)Ethan Koenig2017-11-121-2/+45
|
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-11/+4
| | | * Helper functions for intergration test boilerplate
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-1/+0
| | | Set request headers in helper functions, and new helper for requests with string-formatted URLs
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-171-1/+1
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-9/+5
|
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-4/+2
|
* Fix and test for delete user (#1713)Ethan Koenig2017-05-201-0/+41
* Fix and test for delete user * Run updates in batches * Unit test