1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: badges broken (resolve #475)

This commit is contained in:
Ferdinand Mütsch
2023-03-15 21:47:12 +01:00
parent 46a248ac30
commit c9f2518fbc
13 changed files with 240 additions and 53 deletions

View File

@@ -77,7 +77,7 @@ func TestUsersHandler_Get(t *testing.T) {
data, err := ioutil.ReadAll(res.Body)
if err != nil {
t.Errorf("unextected error. Error: %s", err)
t.Errorf("unexpected error. Error: %s", err)
}
if !strings.Contains(string(data), "\"username\":\"AdminUser\"") {