Skip to content

Commit

Permalink
fix error output in repl test
Browse files Browse the repository at this point in the history
The module error is unfortunately less specific at the moment, but
change the error text here to match.
  • Loading branch information
jbardin committed Apr 14, 2020
1 parent 42cee86 commit d152d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repl/session_test.go
Expand Up @@ -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"`,
},
},
})
Expand Down

0 comments on commit d152d13

Please sign in to comment.