You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('uses override seat counts instead of active users when sizing an organization pool',async()=>{
217
252
constfile=createCsv([
218
253
['2026-03-01','mona','copilot','copilot_ai_credit','GPT-5','10','ai-credits','0.01','0.10','0','0.10','False','300','example-org','Cost Center A','10','0.10'],
@@ -406,6 +441,40 @@ describe('AIC included credit tiering and pool sizing', () => {
406
441
}),
407
442
])
408
443
})
444
+
445
+
it('keeps user aggregation and license summary aligned when unknown high quota rows are present',async()=>{
446
+
constfile=createCsv([
447
+
['2026-03-01','mona','copilot','copilot_ai_credit','GPT-5','1500','ai-credits','0.01','15.00','0','15.00','False','300','example-org','Cost Center A','1500','15.00'],
448
+
['2026-03-02','mona','copilot','copilot_ai_credit','GPT-5','1500','ai-credits','0.01','15.00','0','15.00','False',`${UNKNOWN_HIGH_MONTHLY_QUOTA}`,'example-org','Cost Center A','1500','15.00'],
449
+
['2026-03-03','hubot','copilot','copilot_ai_credit','GPT-5','3500','ai-credits','0.01','35.00','0','35.00','False','1000','example-org','Cost Center A','3500','35.00'],
450
+
['2026-03-04','hubot','copilot','copilot_ai_credit','GPT-5','3500','ai-credits','0.01','35.00','0','35.00','False',`${UNKNOWN_HIGH_MONTHLY_QUOTA}`,'example-org','Cost Center A','3500','35.00'],
451
+
['2026-03-05','octocat','copilot','copilot_ai_credit','GPT-5','100','ai-credits','0.01','1.00','0','1.00','False',`${UNKNOWN_HIGH_MONTHLY_QUOTA}`,'example-org','Cost Center B','100','1.00'],
0 commit comments