Skip to content

Commit c9d43bc

Browse files
Copilotswathipil
andcommitted
Address PR feedback: update text in CLIENT_DEVELOPER.md
Co-authored-by: swathipil <[email protected]>
1 parent 0b6a804 commit c9d43bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/schemaregistry/azure-schemaregistry/CLIENT_DEVELOPER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ For detailed usage and examples, see the [Avro Encoder README](https://github.co
146146

147147
2. Set required environment variables (or create a `.env` file):
148148

149-
The following need to be set to run live tests locally and authenticate with AzureCliCredential:
149+
The following need to be set to run live tests locally:
150150
```
151151
SCHEMAREGISTRY_AVRO_FULLY_QUALIFIED_NAMESPACE
152152
SCHEMAREGISTRY_JSON_FULLY_QUALIFIED_NAMESPACE
@@ -179,7 +179,7 @@ For detailed usage and examples, see the [Avro Encoder README](https://github.co
179179
pip install -e .
180180
```
181181

182-
**Note**: If the azure-schemaregistry-avroencoder package is installed, you may encounter import errors due to issues identifying separate packages with shared namespace. To workaround this, you will need to install the client library in non-editable mode:
182+
**Note**: If the azure-schemaregistry-avroencoder package is installed, you may encounter import errors due to issues identifying separate packages with shared namespace. To work around this, you will need to install the client library in non-editable mode:
183183
```bash
184184
pip install .
185185
```
@@ -191,7 +191,7 @@ For detailed usage and examples, see the [Avro Encoder README](https://github.co
191191
pytest tests
192192

193193
# Run specific test
194-
pytest tests/livetest/synctests/test_queue_client.py::test_specific_function
194+
pytest tests/test_specific_test.py::test_specific_function
195195
```
196196

197197
5. Updating recordings:

0 commit comments

Comments
 (0)