Skip to content

Commit 4dac1aa

Browse files
author
Albert
committed
test: use service alias 'altertable' instead of 127.0.0.1 in CI
1 parent 28e8aec commit 4dac1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/altertable_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
RSpec.describe Altertable do
66
let(:api_key) { "pk_test_123" }
7-
let(:base_url) { "http://127.0.0.1:15000" }
7+
let(:base_url) { "http://altertable:15000" }
88

99
before do
10-
Altertable.init(api_key, base_url: 'http://127.0.0.1:15000')
10+
Altertable.init(api_key, base_url: 'http://altertable:15000')
1111
end
1212

1313
it "has a version number" do

0 commit comments

Comments
 (0)