Commit d7d2c2f
committed
fix(tests): Round 35 - Fix string pointer types
ServerName string to *string conversion:
- Added stringPtr helper function to create string pointers
- Changed ServerName: "..." to ServerName: stringPtr("...")
- Fixed remaining InsecureSkipVerify: true to boolPtr(true)
- SafeTLSConfig.ServerName expects *string not string
- Fixes type mismatch at line 151
Errors fixed in Round 35: 1
Total errors fixed across ALL 35 rounds: 1451 parent bd0ed36 commit d7d2c2f
1 file changed
Lines changed: 8 additions & 3 deletions
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
148 | 153 | | |
149 | 154 | | |
150 | 155 | | |
151 | | - | |
| 156 | + | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
| |||
432 | 437 | | |
433 | 438 | | |
434 | 439 | | |
435 | | - | |
436 | | - | |
| 440 | + | |
| 441 | + | |
437 | 442 | | |
438 | 443 | | |
439 | 444 | | |
| |||
0 commit comments