update model spec property names for datastack extraction test

This commit is contained in:
Emily Soth 2025-05-12 13:55:18 -07:00
parent 12a43f34ec
commit 633644b3a6
1 changed files with 3 additions and 3 deletions

View File

@ -487,7 +487,7 @@ describe('Sidebar Buttons', () => {
test('Load parameters from datastack: tgz asks for extract location', async () => {
const mockDatastack = {
module_name: spec.pyname,
model_id: 'carbon',
args: {
workspace: 'myworkspace',
port: '9999',
@ -509,8 +509,8 @@ describe('Sidebar Buttons', () => {
});
const job = new InvestJob({
modelRunName: 'carbon',
modelHumanName: 'Carbon Model',
modelID: 'carbon',
modelTitle: 'Carbon Model',
argsValues: {},
});
const { findByText, findByLabelText } = renderInvestTab(job);