Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain committed Jul 12, 2024
1 parent c7837e6 commit 231eb5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/tests/accesslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ var ALSTest = suite.ConformanceTest{
count, err := ALSLogCount(t, suite)
>>>>>>> a95c50a2 (increase test robust)
if err != nil {
t.Logf("failed to get log count from loki: %v", err)
t.Logf("failed to get ALS log count: %v", err)
return false, nil
}
<<<<<<< HEAD
Expand All @@ -205,8 +205,9 @@ var ALSTest = suite.ConformanceTest{
t.Logf("preCount=%d", preCount)
return true, nil
}); err != nil {

t.Errorf("failed to get ALS log count: %v", err)
}

if err := wait.PollUntilContextTimeout(context.TODO(), time.Second, time.Minute, true,
func(ctx context.Context) (bool, error) {

Check failure on line 212 in test/e2e/tests/accesslog.go

View workflow job for this annotation

GitHub Actions / lint

syntax error: unexpected (, expected name
httputils.MakeRequestAndExpectEventuallyConsistentResponse(t, suite.RoundTripper, suite.TimeoutConfig, gwAddr, expectedResponse)
Expand Down

0 comments on commit 231eb5c

Please sign in to comment.