Skip to content

Commit

Permalink
Temp: Use the incorrect "X509" type so tests pass
Browse files Browse the repository at this point in the history
- see GOCDB#324
  • Loading branch information
gregcorbett committed Aug 8, 2022
1 parent 2b7e112 commit 1d12bd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 1d12bd4

Please sign in to comment.