Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Oct 27, 2023
1 parent 7141a78 commit dcf2836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/startup_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def suppress_stdout():
unittest.TextTestRunner(verbosity=2).run(suite)

# Provider-Test
## Configuration needs to contain providers and infrastructures
# Configuration needs to contain providers and infrastructures
if os.environ.get("OS_KEY_NAME"):
suite = unittest.TestLoader().discover("./provider", pattern='test_*.py')
with suppress_stdout():
Expand Down

0 comments on commit dcf2836

Please sign in to comment.