aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl/servers
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-14 15:36:54 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-14 15:36:54 -0800
commitff1e2aa6bd95648f5f612a0d4713bba54df0f351 (patch)
tree64fab73a2c72a019a350e20c5ce24498142ce1eb /test/core/bad_ssl/servers
parent172895c2a9444ce356d408a2fc5091a965a921c2 (diff)
Ensure test fails if SSL connection succeeds
Diffstat (limited to 'test/core/bad_ssl/servers')
-rw-r--r--test/core/bad_ssl/servers/alpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_ssl/servers/alpn.c b/test/core/bad_ssl/servers/alpn.c
index 7d70690e52..2623a9e654 100644
--- a/test/core/bad_ssl/servers/alpn.c
+++ b/test/core/bad_ssl/servers/alpn.c
@@ -46,7 +46,7 @@
* a protocol that the connecting client does not support. It does this by
* overriding the functions declared in alpn.c from the core library. */
-static const char *const fake_versions[] = {"not-h2"};
+static const char *const fake_versions[] = {"h2"};
int grpc_chttp2_is_alpn_version_supported(const char *version, size_t size) {
size_t i;