Skip to content

docs: add short mode query sample & test #1978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
copy/paste is hard
  • Loading branch information
shollyman committed Jul 17, 2024
commit 2408e0d2e08134b309994b53331b35da1aa05c5d
2 changes: 1 addition & 1 deletion samples/tests/test_client_query_shortmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import pytest


def test_client_query_batch(capsys: "pytest.CaptureFixture[str]") -> None:
def test_client_query_shortmode(capsys: "pytest.CaptureFixture[str]") -> None:
job = client_query_shortmode.client_query_shortmode()
out, err = capsys.readouterr()
assert "Query was run" in out