From 1d12bd4acc7d5c24a047c636fe69eb2ca06bbbde Mon Sep 17 00:00:00 2001 From: gregcorbett Date: Mon, 8 Aug 2022 09:35:40 +0000 Subject: [PATCH] Temp: Use the incorrect "X509" type so tests pass - see #324 --- tests/unit/lib/Gocdb_Services/APIAuthenticationServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/lib/Gocdb_Services/APIAuthenticationServiceTest.php b/tests/unit/lib/Gocdb_Services/APIAuthenticationServiceTest.php index 1db786a28..824870409 100644 --- a/tests/unit/lib/Gocdb_Services/APIAuthenticationServiceTest.php +++ b/tests/unit/lib/Gocdb_Services/APIAuthenticationServiceTest.php @@ -169,7 +169,7 @@ public function testGetAPIAuthentication() ); $ident = '/CN=A Dummy Subject'; - $type = "X.509"; + $type = "X509"; // Start with no APIAuthentication entities to be found $this->assertNull( $authEntServ->getAPIAuthentication($ident),