Apiclient tests (#484)

Co-authored-by: AlteredCoder
Co-authored-by: erenJag
This commit is contained in:
Thibault "bui" Koechlin 2020-11-30 16:15:07 +01:00 committed by GitHub
parent 000fec27df
commit 71ac0d2fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 1385 additions and 74 deletions

View file

@ -150,6 +150,5 @@ func TestUnknownPath(t *testing.T) {
router.ServeHTTP(w, req)
assert.Equal(t, 404, w.Code)
assert.Equal(t, "{\"message\":\"Page or Method not found\"}", w.Body.String())
}