[ARVADOS] created: 2.1.0-1554-g63f15dacf
Git user
git at public.arvados.org
Thu Oct 28 15:59:49 UTC 2021
at 63f15dacf4045d76a294b3a8101ac144d4ac4ca2 (commit)
commit 63f15dacf4045d76a294b3a8101ac144d4ac4ca2
Author: Ward Vandewege <ward at curii.com>
Date: Thu Oct 28 11:59:28 2021 -0400
Make sure our test schema is always updated.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/services/api/test/test_helper.rb b/services/api/test/test_helper.rb
index 843d4f1b2..0a0ee4fdf 100644
--- a/services/api/test/test_helper.rb
+++ b/services/api/test/test_helper.rb
@@ -224,6 +224,9 @@ class ActionDispatch::IntegrationTest
end
end
+# Make sure our test schema is always up to date
+ActiveRecord::Migration.maintain_test_schema!
+
# Ensure permissions are computed from the test fixtures.
refresh_permissions
refresh_trashed
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list