diff --git a/integration-tests/load/ccip/ccip_load.go b/integration-tests/load/ccip/ccip_test.go similarity index 99% rename from integration-tests/load/ccip/ccip_load.go rename to integration-tests/load/ccip/ccip_test.go index 52e4bbdb039..d9782218519 100644 --- a/integration-tests/load/ccip/ccip_load.go +++ b/integration-tests/load/ccip/ccip_test.go @@ -32,7 +32,7 @@ var ( // Parse all events from the simulated chains, send to Loki // step 4: teardown // Stop the chains, cleanup the environment -func LoadTestCCIP(t *testing.T) { +func TestCCIP_Load(t *testing.T) { ctx := tests.Context(t) l := logging.GetTestLogger(t)