From 9f0a3fbc69d29ac384f2062c098d03020751253e Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:46:31 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e53274d66..077fdef9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -167,7 +167,7 @@ To test a specific feature, specify the full path to the function to run: pytest -vs tests/integration/synapseclient/test_command_line_client.py::test_table_query ```` -#### Integration testing agaisnt the `dev` synapse server +#### Integration testing against the `dev` synapse server The easiest way to specify the HTTP endpoints to use for all synapse requests is to modify the `~/.synapseConfig` file and modify a few key-value pairs such as below. Not this is also where you will specify the dev authentication: ``` [authentication]