-
Notifications
You must be signed in to change notification settings - Fork 845
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24056f3
commit 525fcdd
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -968,7 +968,6 @@ def test_leave_approver_perms(self): | |
employee.save() | ||
|
||
def test_self_leave_approval_allowed(self): | ||
print("test self approval started") | ||
leave_approver = "[email protected]" | ||
employee = get_employee() | ||
make_employee(leave_approver, "_Test Company") | ||
|
@@ -987,7 +986,6 @@ def test_self_leave_approval_allowed(self): | |
self.assertEqual(1, application.docstatus) | ||
|
||
def test_self_leave_approval_not_allowed(self): | ||
print("test self deniel started") | ||
leave_approver = "[email protected]" | ||
employee = get_employee() | ||
make_employee(leave_approver, "_Test Company") | ||
|