Commit aca27fb0 authored by Łukasz Nowak's avatar Łukasz Nowak

Move to correct workflow state.

parent be563d40
...@@ -111,9 +111,9 @@ class TestSlapOSCoreSlapOSAssertHostingSubscriptionPredecessorAlarm( ...@@ -111,9 +111,9 @@ class TestSlapOSCoreSlapOSAssertHostingSubscriptionPredecessorAlarm(
self.assertFalse(self.hosting_subscription.getTitle() in self.assertFalse(self.hosting_subscription.getTitle() in
self.hosting_subscription.getPredecessorTitleList()) self.hosting_subscription.getPredecessorTitleList())
def test_HostingSubscription_assertPredecessor_invalidated(self): def test_HostingSubscription_assertPredecessor_archived(self):
self.software_instance.rename(new_name=self.generateNewSoftwareTitle()) self.software_instance.rename(new_name=self.generateNewSoftwareTitle())
self.hosting_subscription.invalidate() self.hosting_subscription.archive()
self.tic() self.tic()
# check that no interaction has recreated the instance # check that no interaction has recreated the instance
......
201 202
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment