Commit ef34d9d
committed
[python-pydantic-v1] fix test to use localhost
...instead of petstore.swagger.io
This was already fixed correspondingly for the regular python client test: https://github.com/OpenAPITools/openapi-generator/pull/20845/files#diff-5564d80a56f0975624d5f89ba58685945973a5370eb68de719a27e65eb900307
Therefore the fix is now also applied to the corresponding python-pydantic-v1 `test_api_exception` test.1 parent 6404496 commit ef34d9d
File tree
1 file changed
+6
-1
lines changed- samples/openapi3/client/petstore/python-pydantic-v1/tests
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
0 commit comments