Merge branch '5562-pycurl-upload' closes #5562
[arvados.git] / apps / workbench / test / controllers / collections_controller_test.rb
index 17cd741a9ace24d04185361de4904910e0054732..65349c6fbd39fda0a38d962604eefaab2888feb5 100644 (file)
@@ -106,7 +106,7 @@ class CollectionsControllerTest < ActionController::TestCase
   test "viewing a collection fetches logs about it" do
     show_collection(:foo_file, :active)
     assert_includes(assigns(:logs).map(&:uuid),
-                    api_fixture('logs')['log4']['uuid'],
+                    api_fixture('logs')['system_adds_foo_file']['uuid'],
                     "controller did not find related log")
   end