Hello,
When I run make test, there are 2 failed test function with the same error message.
TestIntegration and TestHandler.
Failures:
-
…/lora-app-server/internal/handler/multihandler/multi_test.go
Line 92:
Expected: nil
Actual: ‘insert error: sql: converting Exec argument #4’s type: unsupported type json.Rawmessage, a slice’ -
…/lora-app-server/internal/storage/integrations_test.go
Line 47:
Expected: nil
Actual: ‘insert error: sql: converting Exec argument #4’s type: unsupported type json.Rawmessage, a slice’
I searched for similar problems, but i could not find anything. And I don’t know what to fix here.
Also when I want to make api, it fails.
The error message is :
- google/api/annotations.proto: File not found or had errors.
I think the cause is that I have not set up the GOPATHLIST in the api/gen.sh file.
Can you tell me which Path I have to include?
Thank you!