cleanup var names

This commit is contained in:
Pierre Dubouilh
2018-09-12 19:29:32 +02:00
parent ba42b00304
commit 496490ba29
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func postDummyFile(t *testing.T, url string, path string) string {
req, err := http.NewRequest("POST", url, body)
dieMaybe(t, err)
req.Header.Set("Content-Type", "multipart/form-data; boundary=----WebKitFormBoundarycCRIderiXxJWEUcU")
req.Header.Set("Bossa-Path", path)
req.Header.Set("Gossa-Path", path)
resp, err := http.DefaultClient.Do(req)
dieMaybe(t, err)