Skip to content

Commit 804eb06

Browse files
committed
Updated e2e tabular test
1 parent 7eabb6b commit 804eb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/aiplatform/test_e2e_tabular.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def test_end_to_end_tabular(self, shared_state):
159159
custom_job._gca_resource.training_task_inputs["scheduling"][
160160
"restartJobOnWorkerRestart"
161161
]
162-
== True
162+
is True
163163
)
164164

165165
custom_prediction = custom_endpoint.predict([_INSTANCE])

0 commit comments

Comments
 (0)