Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Oct 25, 2024
1 parent 7a83ae7 commit 26663e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bioblend/_tests/TestGalaxyNotifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ def test_delete_notifications(self):
user_gi = GalaxyInstance(url=self.gi.base_url, email=user["email"], password="password")

# send the test notifications and save their ids
notification_1_id = self._send_test_notification_to([user["id"]], message="test_notification_status 1")[
"notification"
]["id"]
notification_1 = self._send_test_notification_to([user["id"]], message="test_notification_status 1")
print(notification_1)
notification_1_id = notification_1["notification"]["id"]
notification_2_id = self._send_test_notification_to([user["id"]], message="test_notification_status 2")[
"notification"
]["id"]
Expand Down

0 comments on commit 26663e8

Please sign in to comment.