package handlers import ( "testing" "github.com/stretchr/testify/assert" ) func TestLogout(t *testing.T) { _, _, err := proxyHandler.Logout(nil, nil) assert.NoError(t, err) }