Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Feb 20, 2019
1 parent 572acd2 commit 438033e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stns.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ extern void set_group_lowest_id(int);
} else { \
str_or_int(t##_##m, empty) \
} \
} else { \
str_or_int(t##_##m, empty) \
}

#define UNLOAD_TOML_BYKEY(m) \
Expand Down
2 changes: 2 additions & 0 deletions stns_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Test(stns_request, http_request)
c.user = NULL;
c.password = NULL;
c.query_wrapper = NULL;
c.tls_cert = NULL;
c.tls_key = NULL;
c.request_timeout = 3;
c.request_retry = 3;
c.auth_token = NULL;
Expand Down

0 comments on commit 438033e

Please sign in to comment.