Commit c14ef039 authored by Jacob Vosmaer's avatar Jacob Vosmaer

White space

parent 2806fe81
......@@ -10,6 +10,7 @@ func TestParseAuthBackend(t *testing.T) {
"ftp://localhost",
"https://example.com",
}
for _, example := range failures {
if _, err := parseAuthBackend(example); err == nil {
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