Skip to content

Commit 2830116

Browse files
committed
Revert "Add intentional error"
This reverts commit 41b8f26.
1 parent 41b8f26 commit 2830116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/e2e.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,5 @@ func cleanUp(ctx context.Context, t *E2ETester, pullRequestNumber int, branchNam
175175
}
176176
log.Printf("deleted branch %s", deleteBranchName)
177177

178-
return fmt.Errorf("INTENTIONAL ERROR")
178+
return nil
179179
}

0 commit comments

Comments
 (0)