Skip to content

Commit e576f1d

Browse files
committed
Ignore extra-program-pages in e2e test.
1 parent a1e379c commit e576f1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/validate_accounting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ def remove_indexer_only_fields(x):
317317
x.pop('closeout-at-round', None)
318318
x.pop('closed-out-at-round', None)
319319
x.pop('closed-at-round', None)
320+
x.pop('extra-program-pages', None)
320321

321322
def _dac(x):
322323
out = dict(x)
@@ -333,6 +334,7 @@ def _dap(x):
333334
gs = out['params'].get('global-state')
334335
if gs:
335336
out['params']['global-state'] = {z['key']:z['value'] for z in gs}
337+
remove_indexer_only_fields(out['params'])
336338
return out
337339

338340
def dictifyAppParams(ap):

0 commit comments

Comments
 (0)