aboutsummaryrefslogtreecommitdiff
path: root/docs/mocks.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/mocks.md')
-rw-r--r--docs/mocks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mocks.md b/docs/mocks.md
index 72256acb3..8770f70e6 100644
--- a/docs/mocks.md
+++ b/docs/mocks.md
@@ -2,7 +2,7 @@
The use of [Mock objects](https://en.wikipedia.org/wiki/Mock_object) is a standard testing methodology for Python and other object-oriented languages. This library defines Mock classes that simulate responses to API calls. You can use them to test how your code handles basic interactions with Google APIs.
-> **Note:** Many of the [Python Client Library test scripts](https://github.com/googleapis/google-api-python-client/tree/master/tests) use these classes.
+> **Note:** Many of the [Python Client Library test scripts](https://github.com/googleapis/google-api-python-client/tree/main/tests) use these classes.
## HttpMock