Skip to content

Commit

Permalink
fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
domino14 committed Feb 6, 2025
1 parent 95eab48 commit 1208388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/mod/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func TestAuthenticateMod(t *testing.T) {
})
is.NoErr(err)
us.(*user.DBStore).Disconnect()
pool.Close()
}

func TestAuthenticateModNoAuth(t *testing.T) {
Expand All @@ -70,4 +71,5 @@ func TestAuthenticateModNoAuth(t *testing.T) {
})
is.Equal(err, apiserver.Unauthenticated(errNotAuthorized.Error()))
us.(*user.DBStore).Disconnect()
pool.Close()
}

0 comments on commit 1208388

Please sign in to comment.