Skip to content

Commit

Permalink
Update tests/test_subscription.py
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Di Maio <[email protected]>
  • Loading branch information
bari12 and rdimaio authored Jul 10, 2024
1 parent 974e2f8 commit fa2d324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_create_and_update_and_list_subscription(self, vo, rse_factory):
{"overrides": [('subscriptions', 'keep_history', 'True')]},
], indirect=True)
def test_keep_history_subscription(self, vo, rse_factory, file_config_mock):
""" SUBSCRIPTION (CLIENT): Test the keep_history oprtion """
""" SUBSCRIPTION (CLIENT): Test the keep_history option """
subscription_name = uuid()
rse1, _ = rse_factory.make_mock_rse()
rse2, _ = rse_factory.make_mock_rse()
Expand Down

0 comments on commit fa2d324

Please sign in to comment.