[ARVADOS] updated: 2.1.0-796-ge8f266b10

Git user git at public.arvados.org
Mon May 17 13:43:05 UTC 2021


Summary of changes:
 apps/workbench/test/integration/application_layout_test.rb | 2 +-
 sdk/python/tests/run_test_server.py                        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

       via  e8f266b10a8cd66209fd2ca6c64a100f86b8b887 (commit)
      from  bf932e00f0efcce7ed6cd660f5483ffd79359c60 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit e8f266b10a8cd66209fd2ca6c64a100f86b8b887
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon May 17 09:42:53 2021 -0400

    17499: Fix tests
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index 235fb0d48..7d34c43de 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -22,7 +22,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
       assert page.has_text?('Please log in'), 'Not found text - Please log in'
       assert page.has_text?('If you have never used Arvados Workbench before'), 'Not found text - If you have never'
       assert page.has_no_text?('My projects'), 'Found text - My projects'
-      assert page.has_link?(/Log in/), 'Not found text - log in to'
+      assert page.has_link?("Log in"), 'Not found text - Log in'
     elsif user['is_active']
       if profile_config && !has_profile
         assert page.has_text?('Save profile'), 'No text - Save profile'
diff --git a/sdk/python/tests/run_test_server.py b/sdk/python/tests/run_test_server.py
index 953021f0e..917d6100a 100644
--- a/sdk/python/tests/run_test_server.py
+++ b/sdk/python/tests/run_test_server.py
@@ -770,6 +770,7 @@ def setup_config():
                 },
                 "Login": {
                     "SSO": {
+                        "Enable": True,
                         "ProviderAppID": "arvados-server",
                         "ProviderAppSecret": "608dbf356a327e2d0d4932b60161e212c2d8d8f5e25690d7b622f850a990cd33",
                     },

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list