diff --git a/fledge/tentative/auction-config.https.window.js b/fledge/tentative/auction-config.https.window.js index fc1441a8743001..1b2eba36169271 100644 --- a/fledge/tentative/auction-config.https.window.js +++ b/fledge/tentative/auction-config.https.window.js @@ -475,10 +475,7 @@ makeTest({ makeTest({ name: 'perBuyerCurrencies not convertible to dictionary', expect: EXPECT_PROMISE_ERROR, - // Because this is not convertible by IDL to the proper dictionary type, this - // will immediately be converted to a rejected promise inside of the - // runBasicFledgeAuction() invocation, and that await will handle the - // rejection. Therefore, no expectPromiseError. + expectPromiseError: EXPECT_EXCEPTION(TypeError), auctionConfigOverrides: {perBuyerCurrencies: 123} });