Skip to content

Commit

Permalink
FIX test
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldresser-ie committed May 17, 2024
1 parent b0e563e commit b57d750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/GafferSceneTest/ShaderTweaksTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def testIgnoreMissing( self ) :
inputShader = GafferSceneTest.TestShader()
badTweak["value"].setInput( inputShader["out"]["r"] )

with self.assertRaisesRegex( RuntimeError, "Cannot apply tweak \"badParameter\" because shader \"light\" does not have parameter \"badParameter\"" ) :
with self.assertRaisesRegex( RuntimeError, "Cannot apply tweak \"badParameter\" because shader \"__shader\" does not have parameter \"badParameter\"" ) :
t["out"].attributes( "/light" )

badTweak["value"].setInput( None )
Expand Down

0 comments on commit b57d750

Please sign in to comment.