Expected Behavior
The commented test: durabletask-client/src/test/java/io/dapr/durabletask/DurableTaskGrpcClientTlsTest.java
needs to be migrated to follow the same shape as the test that is already in the SDK.
We do NOT need to add this test back as it is, as it brings a lot of nasty dependencies and behavior that doesn't make sense to test inside the SDK. We need to follow this PR: e25f52a
Notice the description FIX CVE!
Actual Behavior
The test is commented out, but we don't need to re enable it, we just need to migrate it to look like the existing test in the SDK.
Steps to Reproduce the Problem
Release Note
RELEASE NOTE: