Skip to content

Commit

Permalink
Clean invalid job config
Browse files Browse the repository at this point in the history
  • Loading branch information
azexcy committed Nov 22, 2023
1 parent fcaddaf commit 557dbca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ void assertIsJobConfigurationExisted() {
assertFalse(governanceRepositoryAPI.isJobConfigurationExisted("foo_job"));
getClusterPersistRepository().persist("/pipeline/jobs/foo_job/config", "foo");
assertTrue(governanceRepositoryAPI.isJobConfigurationExisted("foo_job"));
getClusterPersistRepository().delete("/pipeline/jobs/foo_job/config");
assertFalse(governanceRepositoryAPI.isJobConfigurationExisted("foo_job"));
}

@Test
Expand Down

0 comments on commit 557dbca

Please sign in to comment.