def test_create_root_key(testbed):
    result = snippets.create_root_key()
    assert result.id() == '*****@*****.**'
示例#2
0
def test_create_root_key(testbed):
    result = snippets.create_root_key()
    if result.id() != '*****@*****.**':
        raise AssertionError