Fix integration tests

This commit is contained in:
Audrius Butkevicius 2015-04-09 16:16:39 +01:00
parent 5350315b68
commit 75fb14acaf

View File

@ -234,7 +234,7 @@ func TestPOSTWithoutCSRF(t *testing.T) {
// Should succeed with CSRF // Should succeed with CSRF
req, err = http.NewRequest("POST", "http://127.0.0.1:8082/rest/error/clear", nil) req, err = http.NewRequest("POST", "http://127.0.0.1:8082/rest/system/error/clear", nil)
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }