Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Apr 9, 2024
1 parent 4417bd9 commit fd9eb00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -3324,6 +3324,9 @@ public function checkOCMProviderResourceTypes(TableNode $formData): void {
$data = json_decode($this->response->getBody()->getContents(), true);
$expectedTypes = $formData->getHash();

var_dump($data);
var_dump($expectedTypes);

foreach ($expectedTypes as $expected) {
$found = false;
foreach ($data['resourceTypes'] as $type) {
Expand Down

0 comments on commit fd9eb00

Please sign in to comment.