Skip to content

Commit

Permalink
fix: Set hardcoded namespace in ApplyServiceTest to prevent wrong nam…
Browse files Browse the repository at this point in the history
…espace being inferred in different CI Environments

Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Oct 30, 2020
1 parent d0905fa commit 782b032
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public class ApplyServiceTest {
@Before
public void setUp() {
applyService = new ApplyService(mockServer.createOpenShiftClient(), log);
applyService.setNamespace("default");
}

@Test
Expand Down

0 comments on commit 782b032

Please sign in to comment.