mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
fix: Correct intentionally broken test case
This commit is contained in:
@@ -71,7 +71,7 @@ describe('Configuration Loading (loadConfiguration)', () => {
|
||||
});
|
||||
const { config, errors } = loadConfig();
|
||||
expect(errors).toHaveLength(0);
|
||||
expect(config.pve.host).toBe('pve.example.BROKEN'); // <-- INTENTIONALLY BROKEN
|
||||
expect(config.pve.host).toBe('pve.example.com');
|
||||
expect(config.pve.tokenId).toBe('user@pam!pve');
|
||||
expect(config.pve.tokenSecret).toBe('secretpve');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user