diff --git a/downloader/downloader_test.go b/downloader/downloader_test.go
index c9e0d59..a8eb3be 100644
--- a/downloader/downloader_test.go
+++ b/downloader/downloader_test.go
@@ -150,42 +150,6 @@ func getHandler() func(w http.ResponseWriter, r *http.Request) {
"
29.12.15 | ",
"")
fmt.Fprintln(w, "")
- } else if strings.Contains(r.RequestURI, "project/Platform83") {
- fmt.Fprintln(w, "")
- fmt.Fprintln(w,
- "",
- " | ",
- "27.04.17 | ",
- "
")
- fmt.Fprintln(w,
- "",
- " | ",
- "01.09.16 | ",
- "
")
- fmt.Fprintln(w,
- "",
- " | ",
- "29.12.15 | ",
- "
")
- fmt.Fprintln(w, "
")
- } else if strings.Contains(r.RequestURI, "project/Platform83") {
- fmt.Fprintln(w, "")
- fmt.Fprintln(w,
- "",
- " | ",
- "27.04.17 | ",
- "
")
- fmt.Fprintln(w,
- "",
- " | ",
- "01.09.16 | ",
- "
")
- fmt.Fprintln(w,
- "",
- " | ",
- "29.12.15 | ",
- "
")
- fmt.Fprintln(w, "
")
} else if r.URL.Path == "/releases/version_files" {
query, err := url.ParseQuery(r.URL.RawQuery)
if err != nil {