You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: behave/features/git-login.feature
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Scenario: Remove a credentials login entry
97
97
98
98
99
99
Scenario: Update a credentials login entry
100
-
When I execute git-obs with args "login update alice --new-name=NEW_NAME --new-url=NEW_URL --new-user=NEW_USER --new-token=1234567890123456789012345678901234567890 --new-ssh-key= --set-as-default"
100
+
When I execute git-obs with args "login update alice --new-name=NEW_NAME --new-url=NEW_URL --new-user=NEW_USER --new-token=1234567890123456789012345678901234567890 --new-ssh-key= --new-quiet=1 --set-as-default"
101
101
Then the exit code is 0
102
102
And stderr is
103
103
"""
@@ -117,6 +117,7 @@ Scenario: Update a credentials login entry
117
117
Default : true
118
118
URL : NEW_URL
119
119
User : NEW_USER
120
+
Quiet : yes
120
121
"""
121
122
When I execute git-obs with args "login list"
122
123
Then stdout is
@@ -130,6 +131,7 @@ Scenario: Update a credentials login entry
0 commit comments