fix: dev: Fix the DoH unit test for meson

The DoH unit test was omitted since meson migration due to a
typo. This commit fixes that.

Merge branch 'artem-fix-doh-test-for-meson' into 'main'

See merge request isc-projects/bind9!10723
This commit is contained in:
Artem Boldariev 2025-07-10 17:39:40 +03:00
commit 59875ecbf1

View file

@ -62,7 +62,7 @@ flaky_isc_test = [
'random',
]
if config.has('HAVE_NGHTTP2')
if config.has('HAVE_LIBNGHTTP2')
isc_test += 'doh'
endif