Skip to content

Commit

Permalink
debug print REPL items
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Dec 18, 2024
1 parent 45821aa commit 5fa8792
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/testcli/golden.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ func PrepareReplacementsUser(t testutil.TestingT, replacements *orderedmap.Order
setKV(replacements, val.Value, fmt.Sprintf("$USER.Roles[%d]", ind))
}

for key, val := range replacements.AllFromFront() {
fmt.Printf("REPL %v=%v\n", key, val)
}

// Schemas []UserSchema `json:"schemas,omitempty"`
}

Expand Down

0 comments on commit 5fa8792

Please sign in to comment.