Hi Guys, I am using Wiremock to mock the rest apis...
# help
c
Hi Guys, I am using Wiremock to mock the rest apis for integration tests. on the local machine, it is working fine, but on the GitLab pipeline, the Wiremock server is not starting. Please help to share any doc if anyone have one. getting following error.
Copy code
solation_test/test/api_server_test.go:16
        	Error:      	Received unexpected error:
        	            	stub request error: Post "<http://wiremock:1200/__admin/mappings>": dial tcp <IP>:1200: connect: connection refused
        	Test:       	TestMQMSuite
        	Messages:   	Stubbing failed. Is wiremock server running?
Can anyone help?