Remove an unused test helper default

3b44f02b3448 · AtlantisPleb · · parent 9ea33559726b

Remove an unused test helper default

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified test/openagents_web/controllers/og_image_controller_test.exs

Diff

1 file changed, +1 -1

test/openagents_web/controllers/og_image_controller_test.exs modified +1 -1

@@ -312,7 +312,7 @@ defmodule OpenAgentsWeb.OgImageControllerTest do

312 312
    String.trim(sha)
313 313
  end
314 314
315
  defp git_in(path, args, stdin \\ "", opts \\ []) do
315
  defp git_in(path, args, stdin, opts \\ []) do
316 316
    input = Path.join(System.tmp_dir!(), "og-stdin-#{System.unique_integer([:positive])}")
317 317
    File.write!(input, stdin)
318 318

This page updates live while a promote is in flight · changelog