Skip to content

Commit 8114cd1

Browse files
committed
Update model_performance integration test to handle new argument scope
1 parent e7ddae5 commit 8114cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def test_create_performance_definition(self):
238238
project['predictionVariable'] = 'var1'
239239
project = mr.update_project(project)
240240

241-
mm.create_performance_definition(self.MODEL_NAME, 'Public', 'boston')
241+
mm.create_performance_definition(models=[self.MODEL_NAME], table_prefix='boston', library_name='Public')
242242

243243
def test_update_model_performance(self, sklearn_linear_model, cas_session):
244244
from sasctl.tasks import update_model_performance

0 commit comments

Comments
 (0)