Skip to content

Commit 90304b2

Browse files
committed
test: Disable bogus method
1 parent a4b8189 commit 90304b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/wiremock/wiremock_module_demo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ int main() {
99
printf("Creating new container: %s\n", DEFAULT_WIREMOCK_IMAGE);
1010
int requestId = tc_wm_new_default_container();
1111
//FIXME: This method is bogus
12-
tc_wm_with_mapping(requestId, "test_data/hello.json", "hello");
12+
// tc_wm_with_mapping(requestId, "test_data/hello.json", "hello");
1313
tc_container_with_file(requestId, "test_data/hello.json", "/home/wiremock/mappings/hello2.json");
1414
char* error;
1515
int containerId = tc_container_run(requestId, error);

0 commit comments

Comments
 (0)