CourseInsights / test / resources / queries / invalid / extraKeyInQuery.json
extraKeyInQuery.json
Raw
{
	"title": "extraKeyInQuery",
	"input": {
		"WHERE": {
			"IS": {
				"sections_uuid": "00"
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_avg"
			],
			"ORDER": "sections_avg"
		},
		"RANDOM": {}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}