You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertEquals(6, $minimumLetters, "Type conversion should return integer");
@@ -103,7 +103,7 @@ public function testPluginConfigValidation()
103
103
104
104
$this->assertLogMessage($errorLogs, "Invalid type for 'key1'. Should be 'string', using default.", 'key1 type validation error');
105
105
$this->assertLogMessage($errorLogs, "Invalid type for 'server1.key'. Should be 'string', using default.", 'server1.key type validation error');
106
-
$this->assertLogMessage($errorLogs, "Invalid value 'invalid' for 'server2.key'. Should be one of the following options: [Option 1, Option 2, Option 3]", 'server2.key value validation error');
106
+
$this->assertLogMessage($errorLogs, "Invalid value 'invalid' for 'server2.key'. Should be one of the following options: [value1 => Option 1, value2 => Option 2, value3 => Option 3]", 'server2.key value validation error');
0 commit comments