Skip to content

Commit

Permalink
Update KubernetesLogTaskTest.java
Browse files Browse the repository at this point in the history
Deleted the exception 

Signed-off-by: Ajay Dwivedi <adwived@clemson.edu>
  • Loading branch information
AjaySDwivedi1 committed Feb 27, 2024
1 parent e98d9d2 commit 73d4ade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class KubernetesLogTaskTest {
private TestKubernetesExtension extension;

@BeforeEach
void setUp() throws IOException {
void setUp() {
extension = new TestKubernetesExtension();
extension.isUseColor = false;
when(taskEnvironment.project.getExtensions().getByType(KubernetesExtension.class)).thenReturn(extension);
Expand Down

0 comments on commit 73d4ade

Please sign in to comment.