diff options
Diffstat (limited to 'payload_consumer/delta_performer_integration_test.cc')
-rw-r--r-- | payload_consumer/delta_performer_integration_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_consumer/delta_performer_integration_test.cc b/payload_consumer/delta_performer_integration_test.cc index e970a569..f415f1d9 100644 --- a/payload_consumer/delta_performer_integration_test.cc +++ b/payload_consumer/delta_performer_integration_test.cc @@ -748,7 +748,7 @@ static void ApplyDeltaFile(bool full_kernel, bool full_rootfs, bool noop, &state->mock_delegate_, install_plan, &install_plan->payloads[0], - false /* is_interactive */); + false /* interactive */); string public_key_path = GetBuildArtifactsPath(kUnittestPublicKeyPath); EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); (*performer)->set_public_key_path(public_key_path); |