Browse Source

Style fix

microsub
J. King 6 years ago
parent
commit
e08d82f855
  1. 2
      tests/cases/REST/TinyTinyRSS/TestAPI.php

2
tests/cases/REST/TinyTinyRSS/TestAPI.php

@ -245,7 +245,7 @@ LONG_STRING;
$data['op'] = "login";
$this->assertMessage($exp1, $this->reqAuth($data, $httpUser));
// base64 passwords are also accepted
if(isset($data['password'])) {
if (isset($data['password'])) {
$data['password'] = base64_encode($data['password']);
}
$this->assertMessage($exp2, $this->reqAuth($data, $httpUser));

Loading…
Cancel
Save