mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 07:12:27 +00:00
Correct override PATH in test
This commit is contained in:
parent
a892f80e86
commit
4b1d2839e8
@ -148,7 +148,7 @@ func TestOverride(t *testing.T) {
|
||||
|
||||
log.Println("Hitting Override on master...")
|
||||
|
||||
resp, err := master.post("/rest/model/override?folder=default", nil)
|
||||
resp, err := master.post("/rest/db/override?folder=default", nil)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user