Skip to content

Commit 04552d7

Browse files
author
Albert
committed
test: use valid mock api key prefix (pk_test_)
1 parent 3fa6fc7 commit 04552d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/altertable_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require "spec_helper"
44

55
RSpec.describe Altertable do
6-
let(:api_key) { "test_pk_abc123" }
6+
let(:api_key) { "pk_test_123" }
77
let(:base_url) { "http://127.0.0.1:15000" }
88

99
before do

0 commit comments

Comments
 (0)