Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden Keating committed Mar 14, 2018
1 parent 4afe249 commit dcc55bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion integration/getClientConfigTestData/no-client-id.golden
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Usage:
mobile get clientconfig <clientID> [flags]

Flags:
-h, --help help for clientconfig
--allow-invalid-certs include certificate hashes for services with invalid/self-signed certificates
-h, --help help for clientconfig
--include-cert-hashes include certificate hashes for services in the client config

Global Flags:
--namespace string --namespace=myproject
Expand Down
6 changes: 4 additions & 2 deletions integration/getServicesTestData/no-args.golden
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
| | | POSTGRES_USER, |
| | | PROMETHEUS_STORAGE_SIZE |
| aerogear-digger | | ANDROID_LICENSE_AGREEMENT |
| keycloak | | ADMIN_NAME, ADMIN_PASSWORD, |
| | | SHARED_HOST, SHARED_REALM, |
| keycloak | | ADMIN_PASSWORD, |
| | | ADMIN_USERNAME, |
| | | CUSTOM_REALM_NAME, |
| | | SHARED_HOST, |
| | | USE_SHARED_SERVICE |
| fh-sync-server | keycloak,apiKeys | MONGODB_ADMIN_PASSWORD, |
| | | MONGODB_USER_NAME, |
Expand Down
6 changes: 4 additions & 2 deletions integration/getServicesTestData/table-output.golden
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
| | | POSTGRES_USER, |
| | | PROMETHEUS_STORAGE_SIZE |
| aerogear-digger | | ANDROID_LICENSE_AGREEMENT |
| keycloak | | ADMIN_NAME, ADMIN_PASSWORD, |
| | | SHARED_HOST, SHARED_REALM, |
| keycloak | | ADMIN_PASSWORD, |
| | | ADMIN_USERNAME, |
| | | CUSTOM_REALM_NAME, |
| | | SHARED_HOST, |
| | | USE_SHARED_SERVICE |
| fh-sync-server | keycloak,apiKeys | MONGODB_ADMIN_PASSWORD, |
| | | MONGODB_USER_NAME, |
Expand Down

0 comments on commit dcc55bd

Please sign in to comment.