Commit 2e0fba6
Pull request #22: Fix auto generated api wrapper
Merge in ISGAPPSEC/cyperf-api-wrapper from fix-auto-generated-api-wrapper to main
Squashed commit of the following:
commit 96c0dd7b3fc43816744e4f238a3fcfbe4a80c5ed
Author: Tudor Simionescu <tudor.simionescu@keysight.com>
Date: Wed Apr 23 15:14:00 2025 +0300
Fix missing rename of get_application_types
commit f9241ae2182cc17d10dfbdcabd572b1a859a3a5c
Author: Tudor Simionescu <tudor.simionescu@keysight.com>
Date: Wed Apr 23 15:13:02 2025 +0300
Manually modify Config object to prevent pydantic issue
What:
- Make the 'validate' field of a Config have a different name in
Python
Why:
- 'validate' is a method in BaseModel and the field name is shadowing it1 parent 6ba1879 commit 2e0fba6
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments