@@ -37,6 +37,7 @@ bob_weather_agent: |
||
| 37 | 37 |
:zipcode => 94102, |
| 38 | 38 |
:lat => 37.779329, |
| 39 | 39 |
:lng => -122.41915, |
| 40 |
+ :api_key => 'test' |
|
| 40 | 41 |
}.to_yaml.inspect %> |
| 41 | 42 |
|
| 42 | 43 |
jane_weather_agent: |
@@ -48,6 +49,7 @@ jane_weather_agent: |
||
| 48 | 49 |
:zipcode => 94103, |
| 49 | 50 |
:lat => 37.779329, |
| 50 | 51 |
:lng => -122.41915, |
| 52 |
+ :api_key => 'test' |
|
| 51 | 53 |
}.to_yaml.inspect %> |
| 52 | 54 |
|
| 53 | 55 |
jane_rain_notifier_agent: |