Skip to content

Commit

Permalink
Fix lint complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
srp3rd committed Nov 15, 2024
1 parent 7f742f9 commit 882b683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_bucket_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def testBucketMessage2(self):
f = "s3://rubinobs-raw-lsstcam/test.txt"
self.assertEqual(url_list[0], f)


def testBadBucketMessage(self):
"""test that a bad message throws an exception"""
bucket_message = self.createBucketMessage("bad_kafka_msg.json")
Expand Down

0 comments on commit 882b683

Please sign in to comment.