Browse Source

fix log

pull/15943/head
cskh 2 years ago
parent
commit
00a59df0bd
  1. 2
      test/integration/consul-container/test/upgrade/badauthz_test.go

2
test/integration/consul-container/test/upgrade/badauthz_test.go

@ -81,7 +81,7 @@ func TestBadauthz_UpgradeToTarget_fromLatest(t *testing.T) {
libassert.HTTPServiceFailTcpConnection(t, "localhost", port)
// Upgrade the cluster to targetVersion
t.Logf("Upgrade to version %s", *libutils.TargetVersion)
t.Logf("Upgrade to version %s", tc.targetVersion)
err = cluster.StandardUpgrade(t, context.Background(), tc.targetVersion)
require.NoError(t, err)

Loading…
Cancel
Save