From cd508415ef6a478d71c0a93fd02b763f119d7f1d Mon Sep 17 00:00:00 2001 From: Sean Masterson Date: Mon, 8 Nov 2021 11:57:21 -0800 Subject: [PATCH] Removed unused tuple. Signed-off-by: Sean Masterson --- .../tests/hydra_AtomEditorComponents_DiffuseProbeGridAdded.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/AutomatedTesting/Gem/PythonTests/Atom/tests/hydra_AtomEditorComponents_DiffuseProbeGridAdded.py b/AutomatedTesting/Gem/PythonTests/Atom/tests/hydra_AtomEditorComponents_DiffuseProbeGridAdded.py index 9d2a8004f9..6a7989fe1d 100644 --- a/AutomatedTesting/Gem/PythonTests/Atom/tests/hydra_AtomEditorComponents_DiffuseProbeGridAdded.py +++ b/AutomatedTesting/Gem/PythonTests/Atom/tests/hydra_AtomEditorComponents_DiffuseProbeGridAdded.py @@ -22,9 +22,6 @@ class Tests: diffuse_probe_grid_disabled = ( "Diffuse Probe Grid component disabled", "Diffuse Probe Grid component was not disabled") - box_shape_component = ( - "Entity has a Box Shape component", - "Entity did not have a Box Shape component") diffuse_probe_grid_enabled = ( "Diffuse Probe Grid component enabled", "Diffuse Probe Grid component was not enabled")