fix: url params
Some checks failed
Sample Testing / my_job (push) Failing after 1m16s

This commit is contained in:
Marcel S. Henselin 2026-04-17 11:54:43 +02:00
parent 73312c28b3
commit 5d0d3eb4bd

View file

@ -130,7 +130,7 @@ func main() {
fmt.Println("response Status:", resp.Status) fmt.Println("response Status:", resp.Status)
if resp.StatusCode != http.StatusOK { if resp.StatusCode != http.StatusOK {
fmt.Printf("response: %+v\n", resp) fmt.Printf("response: %+v\n", resp)
fmt.Printf("data: %+v\n", jsonStr) // fmt.Printf("data: %+v\n", jsonStr)
os.Exit(1) os.Exit(1)
} }
} }