bmc/test: fixups detected in bazel-type build
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Id5a2ac8ab7a59d6483a82e51ebcb25d7aaffaf50
diff --git a/bmc/test/firmware_stat_unittest.cpp b/bmc/test/firmware_stat_unittest.cpp
index 567472d..fcb2d34 100644
--- a/bmc/test/firmware_stat_unittest.cpp
+++ b/bmc/test/firmware_stat_unittest.cpp
@@ -33,7 +33,7 @@
data.emplace_back(FirmwareFlags::UpdateFlags::ipmi, nullptr);
auto handler = FirmwareBlobHandler::CreateFirmwareBlobHandler(
- std::move(blobs), std::move(data), std::move(CreateActionMap("asdf")));
+ std::move(blobs), std::move(data), CreateActionMap("asdf"));
blobs::BlobMeta meta;
EXPECT_TRUE(handler->stat("asdf", &meta));