From 72ddd38f699fc73128b342be5140dd4610641383 Mon Sep 17 00:00:00 2001 From: anirudhwarrier <12178754+anirudhwarrier@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:39:47 +0400 Subject: [PATCH] update mountPath --- integration-tests/ccip-tests/testsetups/test_env.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/ccip-tests/testsetups/test_env.go b/integration-tests/ccip-tests/testsetups/test_env.go index 6fa60f2b20..7787e0d952 100644 --- a/integration-tests/ccip-tests/testsetups/test_env.go +++ b/integration-tests/ccip-tests/testsetups/test_env.go @@ -510,7 +510,7 @@ func DeployEnvironments( "volumeMounts": []map[string]interface{}{ { "name": "state-storage", - "mountPath": "/home/foundry/.foundry/anvil", + "mountPath": "/home", }, }, },