diff --git a/system_tests/full_challenge_impl_test.go b/system_tests/full_challenge_impl_test.go index 11256979d5..b466e2db23 100644 --- a/system_tests/full_challenge_impl_test.go +++ b/system_tests/full_challenge_impl_test.go @@ -283,7 +283,7 @@ func RunChallengeTest(t *testing.T, asserterIsCorrect bool, useStubs bool, chall configByValidationNode(conf, valStack) fatalErrChan := make(chan error, 10) - locator, err := server_common.NewMachineLocator("") + locator, err := server_common.NewMachineLocator(wasmRootDir) Require(t, err) asserterRollupAddresses, initMessage := DeployOnTestL1(t, ctx, l1Info, l1Backend, chainConfig, locator.LatestWasmModuleRoot())