We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201070f commit 7be4bcbCopy full SHA for 7be4bcb
tests/test_cli.py
@@ -22,7 +22,7 @@ def test_valid_command():
22
user = os.environ.get("TEST_USER", "test")
23
key = os.environ.get("TEST_KEY", "key")
24
result = runner.invoke(dt_cli, ["account_information", "--help"])
25
- assert "Usage: main account_information" in result.stdout
+ assert "Provides a snapshot of your accounts current API usage." in result.stdout
26
27
28
def test_invalid_command():
0 commit comments