X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aba28ec9e0fef281d0228cfd6b5fc4986c8e2f18..f381ff6fb2411c0edf0aa709860a26c72b6c9d18:/test/models/old_relation_tag_test.rb 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|