diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-29 06:33:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-29 06:33:23 +0900 |
| commit | 2cd6ccb85ce7ba4150ee97a8f7714d6cc7a9317c (patch) | |
| tree | 957d27b47e9534cd52f06b8bef7d11823e08054b /test | |
| parent | Mark chart apis as stable (diff) | |
| download | sharkey-2cd6ccb85ce7ba4150ee97a8f7714d6cc7a9317c.tar.gz sharkey-2cd6ccb85ce7ba4150ee97a8f7714d6cc7a9317c.tar.bz2 sharkey-2cd6ccb85ce7ba4150ee97a8f7714d6cc7a9317c.zip | |
Fix test
Diffstat (limited to 'test')
| -rw-r--r-- | test/api.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api.ts b/test/api.ts index cb0385c3e7..a7142641d2 100644 --- a/test/api.ts +++ b/test/api.ts @@ -192,7 +192,7 @@ describe('API', () => { password: 'foo' }); - expect(res).have.status(204); + expect(res).have.status(200); })); }); |