Skip to content

Commit

Permalink
remove superflous code
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Apr 16, 2024
1 parent 64aa439 commit 3b6ca99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onadata/apps/api/tests/viewsets/test_briefcase_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def setUp(self):
self.factory = APIRequestFactory()
self.login_username = "bob"
self.login_password = "bobbob"
self.user.set_password(self.login_password)
self.user.save()
self.form_def_path = os.path.join(
self.main_directory, "fixtures", "transportation", "transportation.xml"
)
Expand Down

0 comments on commit 3b6ca99

Please sign in to comment.