Commit c14ef039 authored by Jacob Vosmaer's avatar Jacob Vosmaer

White space

parent 2806fe81
...@@ -10,6 +10,7 @@ func TestParseAuthBackend(t *testing.T) { ...@@ -10,6 +10,7 @@ func TestParseAuthBackend(t *testing.T) {
"ftp://localhost", "ftp://localhost",
"https://example.com", "https://example.com",
} }
for _, example := range failures { for _, example := range failures {
if _, err := parseAuthBackend(example); err == nil { if _, err := parseAuthBackend(example); err == nil {
t.Errorf("error expected for %q", example) t.Errorf("error expected for %q", example)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment