Skip to content

Commit

Permalink
ACP-3738: Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Aug 20, 2024
1 parent c077adb commit fe79a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function assertGlueResponseContainsErrorMessageWhenExceptionWasThrown(Glu
$this->assertNotEmpty($contentData);
$this->assertEquals(1, count($contentData['errors']));
$this->assertEquals(
'Tenant registration failed: Something went wrong',
'Tenant operation failed: Something went wrong',
$contentData['errors'][0]['message'],
);
}
Expand Down

0 comments on commit fe79a81

Please sign in to comment.