While implementing the v1 spec changes in the go sdk, I found that there were some inconsistencies with the conformance tests and the v1 spec. This PR fixes the conformance tests
Proposed Changes
Remove IS_(BOOL|INT|STRING) tests since the functions are not required by spec
Fix cast of boolean no longer causing error
Remove test that requires complete expression evaluation, as the spec leaves this to implementations
Fix remaining tests to return missing attribute errors where necessary
While implementing the v1 spec changes in the go sdk, I found that there were some inconsistencies with the conformance tests and the v1 spec. This PR fixes the conformance tests
Proposed Changes
IS_(BOOL|INT|STRING)
tests since the functions are not required by spec