Procházet zdrojové kódy

Fix integration tests

Audrius Butkevicius před 10 roky
rodič
revize
75fb14acaf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      test/http_test.go

+ 1 - 1
test/http_test.go

@@ -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)
 	}