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