Commit a9621d0
committed
fix(tests): Round 38 - Fix Replacement field string pointer
Fixed Replacement field at line 281:
- Changed: Replacement: "oran_${1}"
- To: Replacement: stringPtr("oran_${1}")
- RelabelConfig.Replacement expects *string not string
Errors fixed in Round 38: 1
Total errors fixed across ALL 38 rounds: 1581 parent 379d6e2 commit a9621d0
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments