Skip to content

Commit

Permalink
Add nesting for replacement key
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Oct 17, 2024
1 parent edf7bbd commit e263e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nextmv/golden/python-nextroute/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func TestGolden(t *testing.T) {
TransientFields: []golden.TransientField{
{Key: "$.statistics.result.duration", Replacement: golden.StableFloat},
{Key: "$.statistics.run.duration", Replacement: golden.StableFloat},
{Key: "$.options.output", Replacement: "output.json"},
{Key: "$.options.input", Replacement: "input.json"},
{Key: "$.options.nextmv.output", Replacement: "output.json"},
{Key: "$.options.nextmv.input", Replacement: "input.json"},
},
Thresholds: golden.Tresholds{
Float: 0.01,
Expand Down

0 comments on commit e263e23

Please sign in to comment.