jrester / tesla_powerwall

Python API for Tesla Powerwall
MIT License
73 stars 24 forks source link

Fix error running integration tests #56

Closed bubonicbob closed 8 months ago

bubonicbob commented 8 months ago

Fixes syntax error in the tox integration tests to gather the environment.

The error would otherwise be:

% tox -e integration
integration: failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'POWERWALL_IP POWERWALL_PASSWORD'
  integration: FAIL code 1 (0.00 seconds)
  evaluation failed :( (0.03 seconds)
jrester commented 8 months ago

@bubonicbob Those changes were already included in #55. Can this be closed?

bubonicbob commented 8 months ago

Fixed in #55