# File lib/webmock/request_pattern.rb, line 144
    def add_query_params(query_params)
      warn "WebMock warning: ignoring query params in RFC 6570 template and checking them with WebMock"
      super(query_params)
    end