X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/970e1a99d7dce64f0631e88c5b9f060fb48d75fe..f381ff6fb2411c0edf0aa709860a26c72b6c9d18:/test/models/old_relation_tag_test.rb?ds=sidebyside diff --git a/test/models/old_relation_tag_test.rb b/test/models/old_relation_tag_test.rb index 58c70cc9c..5c27ef3ea 100644 --- a/test/models/old_relation_tag_test.rb +++ b/test/models/old_relation_tag_test.rb @@ -1,6 +1,8 @@ require "test_helper" class OldRelationTagTest < ActiveSupport::TestCase + api_fixtures + def test_length_key_valid tag = create(:old_relation_tag) (0..255).each do |i|