Skip to content

Commit

Permalink
tests BUGFIX correct test YANG module dir
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jun 6, 2024
1 parent 7d432f7 commit ee517f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/np2_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ np2_glob_test_setup_sess_ctx(struct nc_session *sess, const char **modules)
}

/* test module searchdir */
ly_ctx_set_searchdir(ctx, NP_ROOT_DIR "/modules");
ly_ctx_set_searchdir(ctx, NP_TEST_MODULE_DIR);

/* test modules */
if (modules) {
Expand Down

0 comments on commit ee517f6

Please sign in to comment.