Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 297af33

Browse files
committed
Fix test after rebase changed a function name.
Signed-off-by: Daniel Palmer <dan.palmer@anchore.com>
1 parent 9ea297a commit 297af33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/cli/test_subscription.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class TestSubscriptionSubcommandHelp:
99
[
1010
(subscription.activate, "Usage: activate"),
1111
(subscription.deactivate, "Usage: deactivate"),
12-
(subscription.subscriptionlist, "Usage: list"),
12+
(subscription.list_subscriptions, "Usage: list"),
1313
]
1414
)
1515
def test_subscription_subcommand_help(self, subcommand, output_start):

0 commit comments

Comments
 (0)