Update main_unix_test.go (#10917)

so->,so

Signed-off-by: lixin18 <68135097+lixin963@users.noreply.github.com>
This commit is contained in:
lixin18 2022-06-27 22:15:51 +08:00 committed by GitHub
parent 87ffac3e9d
commit 735a07444a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ func TestStartupInterrupt(t *testing.T) {
Loop: Loop:
for x := 0; x < 10; x++ { for x := 0; x < 10; x++ {
// error=nil means prometheus has started so we can send the interrupt // error=nil means prometheus has started, so we can send the interrupt
// signal and wait for the graceful shutdown. // signal and wait for the graceful shutdown.
if _, err := http.Get(url); err == nil { if _, err := http.Get(url); err == nil {
startedOk = true startedOk = true