Skip to content

Commit

Permalink
add a comment (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfindeisen authored and barteklos committed Apr 8, 2024
1 parent d3bb0b3 commit 7bd2c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests_prevwins/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ def test__prevwins(self):

self.runAdAuction(seller_server, buyer_server)
report_win_signals = buyer_server.get_last_request("/reportWin").get_first_json_param('signals')
# TODO: inconsistent behavior: apparently this assertion always fails, each time in 1 of 2 ways (below):
# AssertionError: Expected <302> to be equal to <303>, but was not.
# AssertionError: Expected <304> to be equal to <303>, but was not.
assert_that(report_win_signals.get('browserSignals').get('bid')).is_equal_to(bid2 + 3)

0 comments on commit 7bd2c34

Please sign in to comment.