Remove the unused memory test default

d0d0fe339432 · AtlantisPleb · · parent 09bfe138b718

Remove the unused memory test 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/live/chat_live_test.exs

Diff

1 file changed, +1 -1

test/openagents_web/live/chat_live_test.exs modified +1 -1

@@ -855,7 +855,7 @@ defmodule OpenAgentsWeb.ChatLiveTest do

855 855
    %{turn: inference.turn, receipt: inference.receipt, step: step}
856 856
  end
857 857
858
  defp create_profile_memory(token, claim, category \\ "preference") do
858
  defp create_profile_memory(token, claim, category) do
859 859
    assert {:ok, conversation} = Conversations.ensure_conversation(github_user(token))
860 860
    owner = Conversations.get_conversation_owner!(conversation)
861 861

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