mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Fix integration tests
This commit is contained in:
parent
5350315b68
commit
75fb14acaf
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user