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:
James Bardin 2020-04-14 14:50:43 -04:00
parent 42cee86ee2
commit d152d13bea
1 changed files with 1 additions and 1 deletions

View File

@ -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"`,
},
},
})