From a8ebe1225aa93cb6d7e7a4f5da5624d8d601c7d7 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Mon, 5 Nov 2018 05:10:24 -0800 Subject: [PATCH] Remove userNotice from config-next. (#3922) --- test/config-next/ca-a.json | 3 --- test/config-next/ca-b.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/test/config-next/ca-a.json b/test/config-next/ca-a.json index cd73cc899..8ce159902 100644 --- a/test/config-next/ca-a.json +++ b/test/config-next/ca-a.json @@ -68,9 +68,6 @@ "Qualifiers": [ { "type": "id-qt-cps", "value": "http://example.com/cps" - }, { - "type": "id-qt-unotice", - "value": "Do What Thou Wilt" } ] } ], diff --git a/test/config-next/ca-b.json b/test/config-next/ca-b.json index eae2ce355..1aa5c2b94 100644 --- a/test/config-next/ca-b.json +++ b/test/config-next/ca-b.json @@ -68,9 +68,6 @@ "Qualifiers": [ { "type": "id-qt-cps", "value": "http://example.com/cps" - }, { - "type": "id-qt-unotice", - "value": "Do What Thou Wilt" } ] } ],