Skip to content

Commit 7c193eb

Browse files
committed
Update test host and re-record VCR episodes
1 parent 692d7ab commit 7c193eb

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Local adaptber: Fake device
22
SENEC_ADAPTER=local
3-
SENEC_HOST=senec.home.arpa
3+
SENEC_HOST=senec.fritz.box
44
SENEC_SCHEMA=https
55
SENEC_INTERVAL=5
66
SENEC_LANGUAGE=de

spec/cassettes/influx-success.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/cassettes/senec-local.yml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/lib/local_adapter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
describe '#initialize' do
1717
before { adapter }
1818

19-
it { expect(logger.info_messages).to include('Pulling from your local SENEC at https://senec.home.arpa every 5 seconds') }
19+
it { expect(logger.info_messages).to include('Pulling from your local SENEC at https://senec.fritz.box every 5 seconds') }
2020
end
2121

2222
describe '#connection' do

0 commit comments

Comments
 (0)