Skip to content

Commit

Permalink
fix: config option typo (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg authored Aug 12, 2023
1 parent 26962eb commit a5566cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/api/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ def connect(self):
# unless running tests with `disconnect_providers_after: false`.
disconnect_after = (
self._test_runner is None
or self.config_manager.get_config("test").disconnect_provider_after
or self.config_manager.get_config("test").disconnect_providers_after
)
if disconnect_after:
atexit.register(self.disconnect)
Expand Down

0 comments on commit a5566cf

Please sign in to comment.