fix: test data set to list

This commit is contained in:
Roman 2025-01-17 14:56:41 +08:00
parent 0d32bcd61c
commit b424456225
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ LOG_ERROR_KEYWORDS = [
"double free",
]
DATA_TO_DISPERSE = {
DATA_TO_DISPERSE = [
"Hello World!",
"1234567890",
'{"key": "value"}',
@ -33,4 +33,4 @@ DATA_TO_DISPERSE = {
"🚀🌟✨",
"Lorem ipsum dolor sit amet",
"<html><body>Hello</body></html>",
}
]

View File

@ -11,4 +11,4 @@ logger = get_custom_logger(__name__)
class Test2NodeClAlive(StepsCommon):
@pytest.mark.usefixtures("setup_main_nodes")
def test_cluster_start(self):
logger.debug("Two nodes cluster started successfully!")
logger.debug("Two node cluster started successfully!")