mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-05 14:43:11 +00:00
fix: test data set to list
This commit is contained in:
parent
0d32bcd61c
commit
b424456225
@ -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>",
|
||||
}
|
||||
]
|
||||
|
||||
@ -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!")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user