diff options
Diffstat (limited to 'tests/test_config.c')
-rw-r--r-- | tests/test_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_config.c b/tests/test_config.c index 5e4aab1..fe7df4d 100644 --- a/tests/test_config.c +++ b/tests/test_config.c @@ -29,6 +29,7 @@ static void config_read_normal(void **state) assert_non_null(cfg->head); assert_int_equal(cfg->head->type, remote_type_github); + assert_int_equal(cfg->head->gh.transport, git_transport_ssh); assert_string_equal(cfg->head->gh.endpoint, "https://api.github.com/graphql"); assert_string_equal(cfg->head->gh.token, "ghp_1234567890abcdef"); |