Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Sep 13, 2024
1 parent 85eb163 commit 9ce277f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SET(TESTS_C
# test_lob
# test_stats
# This test needs the Oauth token, so it should be run manually
# test_manual_connect
test_manual_connect
)

SET(TESTS_CXX
Expand Down
2 changes: 1 addition & 1 deletion tests/test_unit_oauth.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main(void) {
initialize_test(SF_BOOLEAN_FALSE);
const struct CMUnitTest tests[] = {
cmocka_unit_test(test_oauth_with_no_token),
cmocka_unit_test(test_json_data_in_Oauth)
cmocka_unit_test(test_json_data_in_oauth)
};
int ret = cmocka_run_group_tests(tests, NULL, NULL);
snowflake_global_term();
Expand Down

0 comments on commit 9ce277f

Please sign in to comment.