CourseInsights / test / resources / queries / invalid / wrongBody.json
wrongBody.json
Raw
{
	"title": "Wrong Body",
	"input": {
		"WHERE": {
			"L": {
				"sections_avg": 30
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_avg"
			],
			"ORDER": "sections_avg"
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}