File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
checkbox-ng/plainbox/impl/session Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ def prepare_resume_session(
566566 it was the last time session assistant did a checkpoint, i.e. session
567567 assistant's clients commited any information (e.g. saves job result,
568568 runs bootstrapping, updates app blob, etc.). This is called
569- prepares_resume_session and doesn't resume_session because to fully
569+ prepares_resume_session and not resume_session because to fully
570570 resume a session with a test plan, the test plan must be selected and
571571 the bootstrap process must be re-executed.
572572 """
@@ -897,7 +897,7 @@ def start_bootstrap(self):
897897 desired_job_list , include_mandatory = False
898898 )
899899 UsageExpectation .of (self ).allowed_calls = {
900- self .run_job : "to run setup job" ,
900+ self .run_job : "to run bootstrap job" ,
901901 self .get_job : "to get the job definition by id" ,
902902 self .get_job_state : "to get the current state of a job" ,
903903 self .finish_bootstrap : "to finish bootstrapping after running all jobs" ,
You can’t perform that action at this time.
0 commit comments