diff --git a/check/check.go b/check/check.go
index 6a95496447e3b3bb9022a5688ad1f7027a8a54dc..3c7884fb746ccd1086e426f51e81718499587437 100644
--- a/check/check.go
+++ b/check/check.go
@@ -62,7 +62,7 @@ func handleError(err error, context string) (errmsg string) {
 type Check struct {
 	ID          string      `yaml:"id" json:"test_number"`
 	Text        string      `json:"test_desc"`
-	Audit       string      `json:"omit"`
+	Audit       string      `json:"audit"`
 	Type        string      `json:"type"`
 	Commands    []*exec.Cmd `json:"omit"`
 	Tests       *tests      `json:"omit"`