Add test to mqtt (#2041)

Test coverage mqtt
This commit is contained in:
Jean-François Simon 2023-02-09 15:05:55 +01:00 committed by GitHub
parent d0a6cbe5dd
commit de1ff6ed49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,6 +453,7 @@ static void test_mqtt(void) {
test_mqtt_base();
test_mqtt_ver(5);
test_mqtt_ver(4);
test_mqtt_base();
}
static void eh1(struct mg_connection *c, int ev, void *ev_data, void *fn_data) {