Chore: Remove repetitive words (#84132)
remove repetitive words Signed-off-by: carrychair <linghuchong404@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ func TestCanGetRouteNameFromContext(t *testing.T) {
|
||||
func TestOperationNameCanOnlyBeSetOnce(t *testing.T) {
|
||||
req, _ := http.NewRequestWithContext(context.Background(), http.MethodPost, "https://grafana.com", nil)
|
||||
|
||||
// set the the initial operation name
|
||||
// set the initial operation name
|
||||
req = addRouteNameToContext(req, "first")
|
||||
|
||||
// check that the operation name is set correctly
|
||||
|
||||
Reference in New Issue
Block a user