Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Pleshakov <pleshakov@users.noreply.github.com>
  • Loading branch information
LorcanMcVeigh and pleshakov authored Dec 11, 2020
1 parent 3d85ceb commit 64b1f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/configs/configurator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ func (u *mockLabelUpdater) DeleteUpstreamServerLabels(upstreamNames []string) {
}
}

// UpdateUpstreamServerLabels updates the Upstream Server Labels
// UpdateStreamUpstreamServerLabels updates the Stream Upstream Server Labels
func (u *mockLabelUpdater) UpdateStreamUpstreamServerLabels(streamUpstreamServerLabelValues map[string][]string) {
for k, v := range streamUpstreamServerLabelValues {
u.streamUpstreamServerLabels[k] = v
Expand Down

0 comments on commit 64b1f1f

Please sign in to comment.