mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-25 12:09:53 +00:00
Fix typo.
This commit is contained in:
@@ -91,7 +91,7 @@ describe('Settings', () => {
|
||||
settings.getDevice('0x12345678');
|
||||
});
|
||||
|
||||
it('Should read MQTT username asn password form a separate file', () => {
|
||||
it('Should read MQTT username and password form a separate file', () => {
|
||||
const contentConfiguration = {
|
||||
mqtt: {
|
||||
server: 'my.mqtt.server',
|
||||
|
||||
Reference in New Issue
Block a user