summaryrefslogtreecommitdiff
path: root/tests/auto/identity/common/identitycommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/identity/common/identitycommon.h')
-rw-r--r--tests/auto/identity/common/identitycommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/identity/common/identitycommon.h b/tests/auto/identity/common/identitycommon.h
index 5870ec3..a711c46 100644
--- a/tests/auto/identity/common/identitycommon.h
+++ b/tests/auto/identity/common/identitycommon.h
@@ -552,7 +552,7 @@ void IdentityCommonTest<Derived, Identity>::queryRestrictedObject()
// json = json.arg(userId);
// aclUpdate["access"] = QJsonDocument::fromJson(json.toUtf8()).object();
// qDebug() << aclUpdate;
-// EnginioReply *reply = client.update(aclUpdate, EnginioClient::ObjectAclOperation);
+// EnginioReply *reply = client.update(aclUpdate, EnginioClient::AccessControlOperation);
// QTRY_VERIFY(reply->isFinished());
// qDebug() << reply;
// CHECK_NO_ERROR(reply);