core: test JSON conversion (#3370)

This commit is contained in:
Evgeny Poberezkin
2023-11-14 22:40:15 +00:00
committed by GitHub
parent d4ba1bbe69
commit 3d617bce25
2 changed files with 29 additions and 8 deletions
+1 -1
View File
@@ -1200,7 +1200,7 @@ $(JQ.deriveJSON (sumTypeJSON $ dropPrefix "CP") ''ConnectionPlan)
$(JQ.deriveJSON (sumTypeJSON $ dropPrefix "CE") ''ChatErrorType)
$(JQ.deriveJSON (sumTypeJSON $ dropPrefix "RH") ''RemoteHostError)
$(JQ.deriveJSON (sumTypeJSON $ dropPrefix "RHE") ''RemoteHostError)
$(JQ.deriveJSON (sumTypeJSON $ dropPrefix "RCE") ''RemoteCtrlError)