forked from mystiq/dex
spelling: templates
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
b155f66785
commit
5d659a108c
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ func TestConnectorLoginDoesNotAllowToChangeConnectorForAuthRequest(t *testing.T)
|
|||
|
||||
templates, err := loadTemplates(webConfig{}, "../web/templates")
|
||||
if err != nil {
|
||||
t.Fatal("failed to load tempalates")
|
||||
t.Fatal("failed to load templates")
|
||||
}
|
||||
|
||||
s := &Server{
|
||||
|
|
Loading…
Reference in a new issue