Skip to content

Commit

Permalink
ci: work around 'python-api-core#297' (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Oct 29, 2021
1 parent ddb69d0 commit 85cb01c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/test_row_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ def code(self):
def details(self):
return "Testing"

def trailing_metadata(self):
return None

return TestingException(exception)

def test_w_miss(self):
Expand Down

0 comments on commit 85cb01c

Please sign in to comment.