Plugins: add env variables needed for the secure socks proxy in the plugins sdk (#65878)

This commit is contained in:
Stephanie Hingtgen
2023-04-07 09:20:25 -05:00
committed by GitHub
parent fcdbb7a86f
commit 536fad5b61
6 changed files with 27 additions and 9 deletions
@@ -67,12 +67,6 @@ func TestSecureSocksProxyEnabledOnDS(t *testing.T) {
},
enabled: false,
},
{
instanceSettings: &backend.AppInstanceSettings{
JSONData: []byte("{ \"enableSecureSocksProxy\": \"nonbool\" }"),
},
enabled: false,
},
{
instanceSettings: &backend.AppInstanceSettings{
JSONData: []byte("{ \"enableSecureSocksProxy\": false }"),