We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cad63 commit 4a502bdCopy full SHA for 4a502bd
ydb/tests/functional/ydb_cli/test_ydb_backup.py
@@ -65,6 +65,7 @@ def sort_permissions(permissions):
65
permission.permission_names = sorted(permission.permission_names)
66
return sorted(permissions, key=lambda p: p.subject)
67
68
+
69
def create_table_with_data(session, path, not_null=False):
70
path = "/Root/" + path
71
session.create_table(
@@ -270,8 +271,8 @@ def scheme_listdir(self, path):
270
271
for child in self.driver.scheme_client.list_directory(path).children
272
if not is_system_object(child)
273
]
-
274
- def create_user(self, user, password = "password"):
275
+ def create_user(self, user, password="password"):
276
yatest.common.execute(
277
[
278
backup_bin(),
0 commit comments