Project

General

Profile

« Previous | Next » 

Revision 672e0467

Added by Ori Rabin almost 6 years ago

Fixes #24122 - Remove limit from LookupValue value

View differences:

test/models/lookup_key_test.rb
assert lookup_key.valid?, "Can't update lookup key with valid data #{data}"
end
end
test "can create lookup key with long default_value" do
as_user :one do
lookup_key = FactoryBot.build(:variable_lookup_key, :key_type => 'string', :override => true,
:default_value => 'a' * 280, :puppetclass => puppetclasses(:one))
assert_valid lookup_key
end
end
end

Also available in: Unified diff