From 86526cd03004b811eea609dd24d20f7d43d8fa7c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 19 Dec 2020 22:02:03 -0500 Subject: [PATCH] spelling: uri Signed-off-by: Josh Soref --- storage/conformance/conformance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/conformance/conformance.go b/storage/conformance/conformance.go index cf325c89..baf3948d 100644 --- a/storage/conformance/conformance.go +++ b/storage/conformance/conformance.go @@ -616,7 +616,7 @@ func testConnectorCRUD(t *testing.T, s storage.Storage) { mustBeErrAlreadyExists(t, "connector", err) id2 := storage.NewID() - config2 := []byte(`{"redirectURIi": "http://127.0.0.1:5556/dex/callback"}`) + config2 := []byte(`{"redirectURI": "http://127.0.0.1:5556/dex/callback"}`) c2 := storage.Connector{ ID: id2, Type: "Mock",