diff --git a/constructor/worker/worker_test.go b/constructor/worker/worker_test.go index 035a1453f..0746b2ed6 100644 --- a/constructor/worker/worker_test.go +++ b/constructor/worker/worker_test.go @@ -1011,7 +1011,7 @@ func TestJob_ComplicatedTransfer(t *testing.T) { }, { Type: job.SaveAccount, - Input: `{"account_identifier": {{account.account_identifier}}, "keypair": {{key.public_key}}}`, + Input: `{"account_identifier": {{account.account_identifier}}, "keypair": {{key}}}`, }, { Type: job.PrintMessage,