Commit 1fe22db
authored
feat(go) do not generate api_tests, delete template (#230)
The generated API-tests used zero initialized requests and responses.
Thus not really testing anything interesting. For APIs with a one-of
in the response, tests would fail since `{}` can be deserialized into
each of the options.1 parent 27bb66e commit 1fe22db
2 files changed
Lines changed: 1 addition & 137 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | 185 | | |
190 | 186 | | |
191 | 187 | | |
| |||
0 commit comments