more fixes

This commit is contained in:
Lukas Rist
2022-12-23 16:00:48 +01:00
parent 85d73be641
commit d9ac07754f
2 changed files with 8 additions and 7 deletions

View File

@@ -246,7 +246,7 @@ func TestPostJson(_ *testing.T) {
}
func TestPostFormUrlEncoded(_ *testing.T) {
postForm := url.Values{}
var postForm url.Values
postForm.Set("user_name", "Juan Valdez")
postForm.Set("message", "Enjoy a good coffee!")