Skip to content

Commit 4ddc305

Browse files
committed
fix
1 parent 701cca9 commit 4ddc305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ def test_parse_prompt_codex(prompt_http_calls: None, capsys: pytest.CaptureFixtu
17621762
[mcp_servers.logfire]
17631763
command = "uvx"
17641764
args = ["logfire-mcp@latest"]
1765-
env = { "LOGFIRE_READ_TOKEN": "fake_token" }
1765+
env = { "LOGFIRE_READ_TOKEN" = "fake_token" }
17661766
""")
17671767
out, err = capsys.readouterr()
17681768
assert out == snapshot('This is the prompt\n')

0 commit comments

Comments
 (0)