Skip to content

Commit 7be4bcb

Browse files
committed
IDEV-1994: Fix failing test
1 parent 201070f commit 7be4bcb

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
@@ -22,7 +22,7 @@ def test_valid_command():
2222
user = os.environ.get("TEST_USER", "test")
2323
key = os.environ.get("TEST_KEY", "key")
2424
result = runner.invoke(dt_cli, ["account_information", "--help"])
25-
assert "Usage: main account_information" in result.stdout
25+
assert "Provides a snapshot of your accounts current API usage." in result.stdout
2626

2727

2828
def test_invalid_command():

0 commit comments

Comments
 (0)