Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswoichha <swoichhaa@gmail.com>2021-12-13 07:46:48 +0300
committerswoichha <swoichhaa@gmail.com>2021-12-14 06:38:00 +0300
commita03b206da9d787899e444368e112737f7566493a (patch)
tree1462b0349d7a24544bc679b1f082d4c2812e6209
parent7ef83bd002c00b21526846079f7c1a1746b2d8eb (diff)
fix black failuredebug-ci-failure-pr-9269
-rw-r--r--test/gui/shared/steps/steps.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/gui/shared/steps/steps.py b/test/gui/shared/steps/steps.py
index 9e6436214..3f0df5da4 100644
--- a/test/gui/shared/steps/steps.py
+++ b/test/gui/shared/steps/steps.py
@@ -372,7 +372,6 @@ def createFile(context, filename, username=None):
f.close()
-
@When('user "|any|" creates a folder "|any|" inside the sync folder')
def step(context, username, foldername):
createFolder(context, foldername, username)