mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Update fixture for weather agent.
This commit is contained in:
parent
33cd371bfc
commit
38ac850843
1 changed files with 2 additions and 0 deletions
2
spec/fixtures/agents.yml
vendored
2
spec/fixtures/agents.yml
vendored
|
@ -37,6 +37,7 @@ bob_weather_agent:
|
|||
:zipcode => 94102,
|
||||
:lat => 37.779329,
|
||||
:lng => -122.41915,
|
||||
:api_key => 'test'
|
||||
}.to_yaml.inspect %>
|
||||
|
||||
jane_weather_agent:
|
||||
|
@ -48,6 +49,7 @@ jane_weather_agent:
|
|||
:zipcode => 94103,
|
||||
:lat => 37.779329,
|
||||
:lng => -122.41915,
|
||||
:api_key => 'test'
|
||||
}.to_yaml.inspect %>
|
||||
|
||||
jane_rain_notifier_agent:
|
||||
|
|
Loading…
Add table
Reference in a new issue