Skip to content

Commit 8b215c7

Browse files
committed
integration test
Signed-off-by: Jason Parraga <[email protected]>
1 parent 088f4c8 commit 8b215c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flyteadmin/tests/task_execution_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ func TestGetTaskExecutionData(t *testing.T) {
329329
}
330330

331331
if err != nil {
332-
t.Fatalf(err.Error())
332+
t.Fatal(err.Error())
333333
}
334334

335335
ctx := context.Background()

0 commit comments

Comments
 (0)