Skip to content

Commit c880d5f

Browse files
committed
test fixup
1 parent 04ae61b commit c880d5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlos_bench/mlos_bench/tests/storage/exp_load_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ def test_exp_trial_update_categ(exp_storage_memory_sql: Storage.Experiment,
9494
'idle': 'halt',
9595
'kernel_sched_latency_ns': '2000000',
9696
'kernel_sched_migration_cost_ns': '-1',
97-
'vmSize': 'Standard_B4ms'
97+
'vmSize': 'Standard_B4ms',
98+
'123': '2',
9899
}],
99100
[99.9],
100101
[Status.SUCCEEDED]

0 commit comments

Comments
 (0)