summaryrefslogtreecommitdiffstats
path: root/api/command_settings_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-0/+2
| | | | | | | | | | | | | | * don't use global app for api / api4 tests * put sleep back. we're gonna have to do some goroutine wrangling * fix oauth test config assumptions * jobs package, i'm comin' for you next * app test fix * try increasing sleep a little
* PLT-6714: add /settings command (#6716)Chris2017-06-231-0/+13
* add /settings command * update receiver name