Fix wrong query in maven_packages_spec.rb
The query was passing a string for file_type when it is an int. This is actually an unused column but was working in Rails 5 because it was just coerced to 0 which is the default value. In Rails 6, it is now nil so no records match our query
Showing
Please register or sign in to comment