Fix integration tests

This commit is contained in:
Audrius Butkevicius 2015-04-09 16:16:39 +01:00
parent 5350315b68
commit 75fb14acaf
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ func TestPOSTWithoutCSRF(t *testing.T) {
// 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 {
t.Fatal(err)
}