Protobuf oneof fields use a single :config key with tagged tuples
like {:dns, %DnsCheckConfig{}} rather than individual keys. The
check_type_config functions were setting e.g. dns: %DnsCheckConfig{}
directly, causing KeyError crashes in Check.__struct__/1.
Reviewed-on: graham/towerops-web#101
|
||
|---|---|---|
| .. | ||
| agent_channel_check_proto_test.exs | ||
| agent_channel_test.exs | ||
| mobile_channel_test.exs | ||
| mobile_socket_test.exs | ||