summaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/datastore-indexes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/WEB-INF/datastore-indexes.xml')
-rw-r--r--src/main/webapp/WEB-INF/datastore-indexes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/WEB-INF/datastore-indexes.xml b/src/main/webapp/WEB-INF/datastore-indexes.xml
index 3d5a58f..0f9caf1 100644
--- a/src/main/webapp/WEB-INF/datastore-indexes.xml
+++ b/src/main/webapp/WEB-INF/datastore-indexes.xml
@@ -108,7 +108,7 @@
</datastore-index>
<datastore-index kind="TestSuiteResultEntity" ancestor="false" source="manual">
- <property name="groupType" direction="asc"/>
+ <property name="testType" direction="asc"/>
<property name="suitePlan" direction="asc"/>
<property name="__key__" direction="desc"/>
</datastore-index>