mirror of
https://github.com/simonw/dclient.git
synced 2026-07-28 03:44:32 +02:00
Removed rogue print
This commit is contained in:
parent
5090afddc8
commit
6e90f280d1
1 changed files with 0 additions and 1 deletions
|
|
@ -211,7 +211,6 @@ def test_insert_against_datasette(
|
|||
httpx_mock.add_callback(custom_response)
|
||||
|
||||
path = pathlib.Path(tmpdir) / "data.txt"
|
||||
print("\nhere goes with", path, "\n", input_data)
|
||||
path.write_text(input_data)
|
||||
runner = CliRunner()
|
||||
result = runner.invoke(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue