Skip to content

Commit 063fe57

Browse files
author
¨eadwinCode¨
committed
fix fauling test
1 parent b395a9f commit 063fe57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_system_parameter_resolvers/test_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_provider_setup_fails_for_no_service_defined():
1919
provider_resolver = ProviderParameterInjector()
2020

2121
with pytest.raises(ImproperConfiguration):
22-
provider_resolver("parameter_name", inspect.Parameter.empty)
22+
provider_resolver("parameter_name", inspect.Parameter.empty())
2323

2424

2525
def test_provider_setup_fails_for_service_mismatch():

0 commit comments

Comments
 (0)