summaryrefslogtreecommitdiff
path: root/src/test/commonapi/tests/TestInterfaceDBusProxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/commonapi/tests/TestInterfaceDBusProxy.cpp')
-rw-r--r--src/test/commonapi/tests/TestInterfaceDBusProxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/commonapi/tests/TestInterfaceDBusProxy.cpp b/src/test/commonapi/tests/TestInterfaceDBusProxy.cpp
index aa28d09..95169d9 100644
--- a/src/test/commonapi/tests/TestInterfaceDBusProxy.cpp
+++ b/src/test/commonapi/tests/TestInterfaceDBusProxy.cpp
@@ -219,7 +219,7 @@ void TestInterfaceDBusProxy::TestStructWithEnumKeyMapMember(const DerivedTypeCol
CommonAPI::DBus::DBusSerializableArguments<> >::callMethodWithReply(
*this,
"TestStructWithEnumKeyMapMember",
- "(a{is})",
+ "(ua{is})",
inStruct,
callStatus
);
@@ -229,7 +229,7 @@ std::future<CommonAPI::CallStatus> TestInterfaceDBusProxy::TestStructWithEnumKey
CommonAPI::DBus::DBusSerializableArguments<> >::callMethodAsync(
*this,
"TestStructWithEnumKeyMapMember",
- "(a{is})",
+ "(ua{is})",
inStruct,
std::move(callback));
}