Skip to content

Commit

Permalink
Update verification fixture cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Dec 17, 2024
1 parent 697c284 commit 953ccd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verify/lib/ua_inspector_verify/cleanup/base.ex
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ defmodule UAInspectorVerify.Cleanup.Base do
end

defp prepare_header_value([_ | _]), do: ""
defp prepare_header_value(:null), do: ""
defp prepare_header_value(value), do: value
end

0 comments on commit 953ccd8

Please sign in to comment.