From: Lucas Di Pentima Date: Tue, 10 Aug 2021 17:27:05 +0000 (-0300) Subject: 17982: Updates integration test cluster's config file to make tests work again. X-Git-Tag: 2.3.0~7^2~1 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/4da9314a82505cd016803f806f96e5714cc59f0a 17982: Updates integration test cluster's config file to make tests work again. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/src/views/ssh-key-panel/ssh-key-panel.tsx b/src/views/ssh-key-panel/ssh-key-panel.tsx index 672b1bf3..24ca3468 100644 --- a/src/views/ssh-key-panel/ssh-key-panel.tsx +++ b/src/views/ssh-key-panel/ssh-key-panel.tsx @@ -11,7 +11,7 @@ import { SshKeyPanelRoot, SshKeyPanelRootDataProps, SshKeyPanelRootActionProps } const mapStateToProps = (state: RootState): SshKeyPanelRootDataProps => { const sshKeys = state.auth.sshKeys.filter((key) => { - return key.authorizedUserUuid == (state.auth.user ? state.auth.user.uuid : null); + return key.authorizedUserUuid === (state.auth.user ? state.auth.user.uuid : null); }); return { diff --git a/tools/arvados_config.yml b/tools/arvados_config.yml index 963da48d..3fcd6119 100644 --- a/tools/arvados_config.yml +++ b/tools/arvados_config.yml @@ -17,6 +17,11 @@ Clusters: Login: PAM: Enable: true + StorageClasses: + default: + Default: true + foo: {} + bar: {} Volumes: zzzzz-nyw5e-000000000000000: StorageClasses: