Skip to content
Snippets Groups Projects
Commit bcb0f121 authored by matograine's avatar matograine
Browse files

[test][mod] #361 change "moul" id to "Matograine"

  * reason: "moulid" new uid creates conflict with "moul" and makes tests fail
parent f6b167e0
No related branches found
No related tags found
1 merge request!156[test][mod] #361 change "moul" id to "Matograine"
Pipeline #10391 passed
......@@ -30,8 +30,8 @@ def test_info():
def test_wot():
"""tests 'silkaj wot' returns a number of members"""
output = check_output(silkaj + ["wot", "moul"]).decode()
assert "moul (GfKERHnJ…:J1k) from block #0-E3B0C44298FC1" in output
output = check_output(silkaj + ["wot", "Matograine"]).decode()
assert "Matograine (CmFKubyq…:CQ5) from block #106433-00000340" in output
assert "received_expire" in output
assert "received" in output
assert "sent" in output
......
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