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
Fixed error message check in remote rendering tests (#34962)
* Fixed error message check
* Use correct field in exception
* More output of tests
* Case sensitive assert and add new recordings
* Correct not None syntax
---------
Co-authored-by: Michael Zappe <[email protected]>
# Message: "Could not find the asset file in the storage account. Please make sure all paths and names are correct and the file is uploaded to storage."
219
+
asserterror_details.error.messageisnotNone
220
+
assert"Could not find the asset file in the storage account"inerror_details.error.message
# Message: "Could not find the asset file in the storage account. Please make sure all paths and names are correct and the file is uploaded to storage."
215
+
asserterror_details.error.messageisnotNone
216
+
assert"Could not find the asset file in the storage account"inerror_details.error.message
0 commit comments