From 81195776d7a4c8668497e9ffacb76db00e32e9bd Mon Sep 17 00:00:00 2001 From: XiangRongLin <41164160+XiangRongLin@users.noreply.github.com> Date: Wed, 24 Nov 2021 17:58:17 +0100 Subject: [PATCH] Update docs/05_Mock_tests.md --- docs/05_Mock_tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05_Mock_tests.md b/docs/05_Mock_tests.md index 9cb3afc..ac2325f 100644 --- a/docs/05_Mock_tests.md +++ b/docs/05_Mock_tests.md @@ -3,7 +3,7 @@ A web crawler is by nature dependant on the external service which it is crawling. In order to have a reliable CI pipeline, this external dependency needs to be removed. For this there is a system in place to automatically save the requests made to a service and their responses. -These can then be used in CI to reliably test changes made to the Extractor and not have test failures due to API changes on the side of the service. +These can then be used in the CI pipeline to reliably test changes made to the Extractor and not have test failures due to API changes on the side of the service. ## Multiple downloader implementations