This commit is contained in:
Shreyas Goenka 2025-02-11 17:58:15 +01:00
parent 4cdcbd6b12
commit f98369d9e9
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ func TestTelemetryUpload(t *testing.T) {
t.Cleanup(server.Close)
count := 0
server.Handle("POST /telemetry-ext", func(_ *testserver.FakeWorkspace, req *http.Request) (resp any, statusCode int) {
server.Handle("POST", "/telemetry-ext", func(_ *testserver.FakeWorkspace, req *http.Request) (resp any, statusCode int) {
count++
if count == 1 {
return ResponseBody{