Skip to content

Commit 7a18193

Browse files
committed
✅ Fix help output tests
Signed-off-by: Peter Boling <[email protected]>
1 parent 3841703 commit 7a18193

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/units/test_cli.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,12 +282,12 @@ def help_output
282282
--xmpp Generate XMPP stanzas.
283283
-v, --verbose Be verbose.
284284
285-
options for authorization
286-
--access-token-url URL Specifies the access token URL.
287-
--authorize-url URL Specifies the authorization URL.
288-
--callback-url URL Specifies a callback URL.
289-
--request-token-url URL Specifies the request token URL.
290-
--scope SCOPE Specifies the scope (Google-specific).
285+
options for authorization
286+
--access-token-url URL Specifies the access token URL.
287+
--authorize-url URL Specifies the authorization URL.
288+
--callback-url URL Specifies a callback URL.
289+
--request-token-url URL Specifies the request token URL.
290+
--scope SCOPE Specifies the scope (Google-specific).
291291
EXPECTED
292292
end
293293
end

0 commit comments

Comments
 (0)