Skip to content

Commit 775d4e3

Browse files
Fix glossary name prefix used in unit-tests to match git repository name
1 parent d79af52 commit 775d4e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Removed
1313
### Fixed
1414
* 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.
1516
### Security
1617

1718

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Config:
3131
env_prefix = "DEEPL_"
3232

3333

34-
glossary_name_prefix = "python-deepl-test-glossary: "
34+
glossary_name_prefix = "deepl-python-test-glossary: "
3535

3636

3737
@pytest.fixture

0 commit comments

Comments
 (0)