Skip to content

Commit

Permalink
Update DatabasesBase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Jan 25, 2024
1 parent 6997eec commit 2b31c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Services/Databases/DatabasesBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ public function testAttributeResponseModels(array $data): array
]);

$this->assertEquals(400, $badEnum['headers']['status-code']);
$this->assertEquals('Invalid `elements` param: Value must a valid array and Value must be a valid string and at least 1 chars and no longer than 255 chars', $badEnum['body']['message']);
$this->assertEquals('Invalid `elements` param: Value must a valid array no longer than 100 items and Value must be a valid string and at least 1 chars and no longer than 255 chars', $badEnum['body']['message']);

return $data;
}
Expand Down

0 comments on commit 2b31c76

Please sign in to comment.