We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79af52 commit 775d4e3Copy full SHA for 775d4e3
CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
### Removed
13
### Fixed
14
* Fix bug that caused User-Agent header to be omitted from HTTP requests.
15
+* Fix glossary name prefix used in unit-tests to match git repository name.
16
### Security
17
18
tests/conftest.py
@@ -31,7 +31,7 @@ class Config:
31
env_prefix = "DEEPL_"
32
33
34
-glossary_name_prefix = "python-deepl-test-glossary: "
+glossary_name_prefix = "deepl-python-test-glossary: "
35
36
37
@pytest.fixture
0 commit comments