There was an error while loading. Please reload this page.
1 parent a4b8189 commit 90304b2Copy full SHA for 90304b2
1 file changed
demo/wiremock/wiremock_module_demo.c
@@ -9,7 +9,7 @@ int main() {
9
printf("Creating new container: %s\n", DEFAULT_WIREMOCK_IMAGE);
10
int requestId = tc_wm_new_default_container();
11
//FIXME: This method is bogus
12
- tc_wm_with_mapping(requestId, "test_data/hello.json", "hello");
+ // tc_wm_with_mapping(requestId, "test_data/hello.json", "hello");
13
tc_container_with_file(requestId, "test_data/hello.json", "/home/wiremock/mappings/hello2.json");
14
char* error;
15
int containerId = tc_container_run(requestId, error);
0 commit comments