diff --git a/tests/test_configurations/test_base.py b/tests/test_configurations/test_base.py index c58381e4e7..c2e3336956 100644 --- a/tests/test_configurations/test_base.py +++ b/tests/test_configurations/test_base.py @@ -1100,7 +1100,7 @@ def test_dependency_to_string(): ) assert ( str(dependency) - == "Dependency(name='package_1', version='==0.1.0', index='https://index.com', git='https://some-repo.git', ref='branch')" + == "Dependency(name='package_1', version='==0.1.0', index='https://index.com', git='https://some-repo.git', ref='branch', extras='[]')" )