Skip to content
Snippets Groups Projects
Commit d2b4acb1 authored by Konstantinos Poulakakis's avatar Konstantinos Poulakakis
Browse files

Correct the boolean operator True

parent aa2b86ca
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!238Automation component skeleton
......@@ -19,4 +19,4 @@ LOGGER = logging.getLogger(__name__)
def test_device_emulated_add_error_cases():
LOGGER.info("Start Tests")
LOGGER.info("Second log Tests")
assert true
\ No newline at end of file
assert True
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment