fix bug in LYN-3466 for atom_renderer tests

This commit is contained in:
jromnoa
2021-05-06 15:19:52 -07:00
parent 261067cfdf
commit e23d2ca7aa
4 changed files with 163 additions and 178 deletions
@@ -171,7 +171,7 @@ def run():
lambda entity_obj: verify_set_property(
entity_obj, "Controller|Configuration|Camera Entity", camera_entity.id))
# Decal Component
# Decal (Atom) Component
material_asset_path = os.path.join("AutomatedTesting", "Materials", "basic_grey.material")
material_asset = asset.AssetCatalogRequestBus(
bus.Broadcast, "GetAssetIdByPath", material_asset_path, math.Uuid(), False)