aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/common/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/index.js b/test/common/index.js
index bbb74e2b98..13604d06e1 100644
--- a/test/common/index.js
+++ b/test/common/index.js
@@ -789,7 +789,7 @@ module.exports = {
get localhostIPv6() { return '::1'; },
get hasFipsCrypto() {
- return hasCrypto && require('crypto').fips;
+ return hasCrypto && require('crypto').getFips();
},
get inFreeBSDJail() {