fix error output in repl test
The module error is unfortunately less specific at the moment, but change the error text here to match.
This commit is contained in:
parent
42cee86ee2
commit
d152d13bea
|
@ -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"`,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue