Skip to content

Commit 94e31e3

Browse files
committed
[az] handle merger rebase
1 parent b9285fa commit 94e31e3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/test_base_virtual_machine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ struct BaseVM : public Test
256256
mpt::MockSSHTestFixture mock_ssh_test_fixture;
257257
const mpt::DummyKeyProvider key_provider{"keeper of the seven keys"};
258258
NiceMock<MockBaseVirtualMachine> vm{"mock-vm", key_provider, zone};
259-
mpt::StubAvailabilityZone zone{};
260259
std::vector<std::shared_ptr<mpt::MockSnapshot>> snapshot_album;
261260
QString head_path = vm.tmp_dir->filePath(head_filename);
262261
QString count_path = vm.tmp_dir->filePath(count_filename);

tests/test_daemon.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ struct Daemon : public mpt::DaemonTestFixture
121121
EXPECT_CALL(mock_platform, remove_alias_script(_)).WillRepeatedly(Return());
122122
EXPECT_CALL(mock_platform, setup_permission_inheritance(_)).Times(AnyNumber()).WillRepeatedly(Return());
123123
EXPECT_CALL(mock_platform, bridge_nomenclature).Times(AnyNumber()).WillRepeatedly(Return("notabridge"));
124-
125-
config_builder.az_manager = std::make_unique<mpt::StubAvailabilityZoneManager>();
126124
}
127125

128126
void SetUp() override

0 commit comments

Comments
 (0)