Skip to content
Snippets Groups Projects
Commit 0a7a6906 authored by Rohith's avatar Rohith
Browse files

- fixed the typo on the server_test.go

parent a8d6f0bf
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ func TestInitializeReverseProxy(t *testing.T) {
proxy := newFakeKeycloakProxy(t)
uri, _ := url.Parse("http://127.0.0.1:8080")
err := proxy.createUpstream(uri)
err := proxy.createUpstreamProxy(uri)
assert.NoError(t, err)
assert.NotNil(t, proxy.router)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment