Skip to content

Commit

Permalink
remove env conditional for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
gnanakeethan committed Sep 8, 2023
1 parent bfedd53 commit 0c95757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/watt-time/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ mockAxios.get.mockImplementation(url => {
describe('watt-time:configure test', () => {
test('initialize and test', async () => {
const model = await new WattTimeGridEmissions().configure('watt-time', {
username: 'ENV_USERNAME',
password: 'ENV_PASSWORD',
username: 'test1',
password: 'test2',
});
expect(model).toBeInstanceOf(WattTimeGridEmissions);
await expect(
Expand Down

0 comments on commit 0c95757

Please sign in to comment.