From 62536fdb6d58a657f2e20f4f25857db1165f4c9e Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Wed, 26 Feb 2025 16:46:42 -0500 Subject: [PATCH] DEBUG: Check parrot container name --- integration-tests/go.mod | 2 +- integration-tests/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 1daa7e3ba2f..f5f00d50f95 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -49,7 +49,7 @@ require ( github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250213145514-41d874782c02 github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0 github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 - github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.1-0.20250226211722-508e66cfe442 + github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.1-0.20250226214528-2c31800b1525 github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0 github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.0 github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.1.2 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 335c99a8c17..471c331a40f 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1470,6 +1470,8 @@ github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.1-0.2025022620 github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.1-0.20250226204105-e29bfa4a952f/go.mod h1:+ZDD9sEUxztv16mQGXfOPFouu/kBVKvSSJ66NzrbK/I= github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.1-0.20250226211722-508e66cfe442 h1:1Yf1cztFyW7+8cecwAYchz3KKcS6+eYAg+D4izaIgsQ= github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.1-0.20250226211722-508e66cfe442/go.mod h1:+ZDD9sEUxztv16mQGXfOPFouu/kBVKvSSJ66NzrbK/I= +github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.1-0.20250226214528-2c31800b1525 h1:R8rhT2lh/4Ic3SOCy5OFGH+zrJos4W0YK57iaMaqzq4= +github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.1-0.20250226214528-2c31800b1525/go.mod h1:+ZDD9sEUxztv16mQGXfOPFouu/kBVKvSSJ66NzrbK/I= github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0 h1:+6L/PVxWsaYCr9jmxtKfyCcEJm1o6UaKrFJU9jAiZwA= github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0/go.mod h1:ym1yBKknQkGfgSQF7EGXSevDuex1YZbz+zgDwRvhY3U= github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.0 h1:hMZWkNIBB32Nm4WOQe6SjnhSIb8pw4V3+UemNXE8UeA=