diff options
Diffstat (limited to 'tests/hawd/modules/json.cpp')
-rw-r--r-- | tests/hawd/modules/json.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hawd/modules/json.cpp b/tests/hawd/modules/json.cpp index d299761..092c977 100644 --- a/tests/hawd/modules/json.cpp +++ b/tests/hawd/modules/json.cpp | |||
@@ -63,6 +63,7 @@ bool Json::toJson(const QStringList &commands, State &state) | |||
63 | 63 | ||
64 | QJsonObject json; | 64 | QJsonObject json; |
65 | json.insert("dataset", datasetName); | 65 | json.insert("dataset", datasetName); |
66 | json.insert("name", definition.name()); | ||
66 | json.insert("description", definition.description()); | 67 | json.insert("description", definition.description()); |
67 | 68 | ||
68 | const auto columns = definition.columns(); | 69 | const auto columns = definition.columns(); |