Skip to content

Commit

Permalink
fixup! add integration test to ensure credentials are not logged in p…
Browse files Browse the repository at this point in the history
…lain text
  • Loading branch information
blizzz committed Jul 29, 2022
1 parent 3b91e57 commit c9241f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integration/features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ public function aDummyStorageWithLoginAndPassword(string $login, string $passwor
]);
if ($code === 0) {
$this->latestCreatedStorage = (int)$this->lastStdOut;
} else {
throw new \RuntimeException('Storage was not created, output: ' . PHP_EOL . $this->lastStdOut);
}
}

Expand Down

0 comments on commit c9241f1

Please sign in to comment.