class GdsApi::TestHelpers::ContentApi::ArtefactStub
def comparable_query_params
Ensure that all keys and values are strings
def comparable_query_params @query_parameters.each_with_object({}) do |(k,v),hash| hash[k.to_s] = v.nil? ? v : v.to_s end end