diff --git a/repl/session_test.go b/repl/session_test.go index 59545c278..27eb10567 100644 --- a/repl/session_test.go +++ b/repl/session_test.go @@ -125,7 +125,7 @@ func TestSession_basicState(t *testing.T) { { Input: "module.module.foo", Error: true, - ErrorContains: `An output value with the name "foo" has not been declared in module.module`, + ErrorContains: `Unsupported attribute: This object does not have an attribute named "foo"`, }, }, })