summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/object_uuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/rpc/object_uuid.c')
-rw-r--r--source4/torture/rpc/object_uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/object_uuid.c b/source4/torture/rpc/object_uuid.c
index e2320bf4d2..8e7d6a7bad 100644
--- a/source4/torture/rpc/object_uuid.c
+++ b/source4/torture/rpc/object_uuid.c
@@ -77,7 +77,7 @@ static bool test_random_uuid(struct torture_context *torture)
struct torture_suite *torture_rpc_object_uuid(TALLOC_CTX *mem_ctx)
{
struct torture_suite *suite;
- suite = torture_suite_create(mem_ctx, "OBJECTUUID");
+ suite = torture_suite_create(mem_ctx, "objectuuid");
torture_suite_add_simple_test(suite, "random-uuid", test_random_uuid);
return suite;
}