Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Jun 12, 2018
1 parent e71ea27 commit e06ec2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestRetryUnary(t *testing.T) {
}

func TestRetryDisabledByDefault(t *testing.T) {
if strings.EqualFold(os.Getenv(envConfigStickinessStr), "on") {
if strings.EqualFold(os.Getenv("GRPC_GO_RETRY"), "on") {
return
}
i := -1
Expand Down

0 comments on commit e06ec2e

Please sign in to comment.