Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tadsul committed Jun 25, 2020
1 parent c9dda16 commit f7903f6
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 38 deletions.
23 changes: 14 additions & 9 deletions test/fixtures/output/confluent-help-flag-windows.golden
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@ Usage:
confluent [command]

Available Commands:
cluster Retrieve metadata about Confluent clusters.
completion Print shell completion code.
help Help about any command
iam Manage RBAC, ACL and IAM permissions.
login Log in to Confluent Platform (required for RBAC).
logout Logout of Confluent Platform.
secret Manage secrets for Confluent Platform.
update Update the confluent CLI.
version Print the confluent CLI version.
cluster Retrieve metadata about Confluent clusters.
completion Print shell completion code.
connect Manage Connect.
help Help about any command
iam Manage RBAC, ACL and IAM permissions.
kafka Manage Apache Kafka.
ksql Manage KSQL applications.
local Manage a local Confluent Platform development environment.
login Log in to Confluent Platform (required for RBAC).
logout Logout of Confluent Platform.
schema-registry Manage Schema Registry.
secret Manage secrets for Confluent Platform.
update Update the confluent CLI.
version Print the confluent CLI version.

Flags:
-h, --help help for confluent
Expand Down
24 changes: 14 additions & 10 deletions test/fixtures/output/confluent-help-flag.golden
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ Usage:
confluent [command]

Available Commands:
cluster Retrieve metadata about Confluent clusters.
completion Print shell completion code.
help Help about any command
iam Manage RBAC, ACL and IAM permissions.
local Manage a local Confluent Platform development environment.
login Log in to Confluent Platform (required for RBAC).
logout Logout of Confluent Platform.
secret Manage secrets for Confluent Platform.
update Update the confluent CLI.
version Print the confluent CLI version.
cluster Retrieve metadata about Confluent clusters.
completion Print shell completion code.
connect Manage Connect.
help Help about any command
iam Manage RBAC, ACL and IAM permissions.
kafka Manage Apache Kafka.
ksql Manage KSQL applications.
local Manage a local Confluent Platform development environment.
login Log in to Confluent Platform (required for RBAC).
logout Logout of Confluent Platform.
schema-registry Manage Schema Registry.
secret Manage secrets for Confluent Platform.
update Update the confluent CLI.
version Print the confluent CLI version.

Flags:
-h, --help help for confluent
Expand Down
23 changes: 14 additions & 9 deletions test/fixtures/output/confluent-help-windows.golden
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@ Usage:
confluent [command]

Available Commands:
cluster Retrieve metadata about Confluent clusters.
completion Print shell completion code.
help Help about any command
iam Manage RBAC, ACL and IAM permissions.
login Log in to Confluent Platform (required for RBAC).
logout Logout of Confluent Platform.
secret Manage secrets for Confluent Platform.
update Update the confluent CLI.
version Print the confluent CLI version.
cluster Retrieve metadata about Confluent clusters.
completion Print shell completion code.
connect Manage Connect.
help Help about any command
iam Manage RBAC, ACL and IAM permissions.
kafka Manage Apache Kafka.
ksql Manage KSQL applications.
local Manage a local Confluent Platform development environment.
login Log in to Confluent Platform (required for RBAC).
logout Logout of Confluent Platform.
schema-registry Manage Schema Registry.
secret Manage secrets for Confluent Platform.
update Update the confluent CLI.
version Print the confluent CLI version.

Flags:
-h, --help help for confluent
Expand Down
24 changes: 14 additions & 10 deletions test/fixtures/output/confluent-help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ Usage:
confluent [command]

Available Commands:
cluster Retrieve metadata about Confluent clusters.
completion Print shell completion code.
help Help about any command
iam Manage RBAC, ACL and IAM permissions.
local Manage a local Confluent Platform development environment.
login Log in to Confluent Platform (required for RBAC).
logout Logout of Confluent Platform.
secret Manage secrets for Confluent Platform.
update Update the confluent CLI.
version Print the confluent CLI version.
cluster Retrieve metadata about Confluent clusters.
completion Print shell completion code.
connect Manage Connect.
help Help about any command
iam Manage RBAC, ACL and IAM permissions.
kafka Manage Apache Kafka.
ksql Manage KSQL applications.
local Manage a local Confluent Platform development environment.
login Log in to Confluent Platform (required for RBAC).
logout Logout of Confluent Platform.
schema-registry Manage Schema Registry.
secret Manage secrets for Confluent Platform.
update Update the confluent CLI.
version Print the confluent CLI version.

Flags:
-h, --help help for confluent
Expand Down

0 comments on commit f7903f6

Please sign in to comment.