test-str: fix arglist test

This commit is contained in:
djcb 2017-11-04 13:06:43 +02:00
parent 3cd150f289
commit ec51f66da2
1 changed files with 2 additions and 1 deletions

View File

@ -122,8 +122,9 @@ test_parse_arglist (void)
g_assert_cmpstr (g_hash_table_lookup (hash, "cmd"), ==,
"find");
/* note, mu4e now passes queries as base64 */
g_assert_cmpstr (g_hash_table_lookup (hash, "query"), ==,
"maildir:\"/sent items\"");
"maildir:/sent items");
g_assert_cmpstr (g_hash_table_lookup (hash, "maxnum"), ==,
"500");