test: QOS ct failed

This commit is contained in:
Zhongwen Deng 2023-01-11 10:34:09 +08:00
parent a2be9947f5
commit 52ccd0762e
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ t_in_query(_Config) ->
description => <<"QOS">>,
in => query,
name => qos,
schema => #{enum => [0, 1, 2], type => string}
schema => #{minimum => 0, maximum => 2, type => integer, example => 0}
}
],
validate("/test/in/query", Expect),