test/secrets_test.rb in instana-1.214.4 vs test/secrets_test.rb in instana-1.215.0
- old
+ new
@@ -92,10 +92,10 @@
sample_config = {
"matcher"=>"contains",
"list"=>["stan"]
}
- assert_equal @subject.remove_from_query(nil, sample_config), nil
+ assert_nil @subject.remove_from_query(nil, sample_config)
end
private
def url_for(keys)