spec/lib/api_spec.rb in conjur-api-2.1.1 vs spec/lib/api_spec.rb in conjur-api-2.1.2

- old
+ new

@@ -59,10 +59,10 @@ let(:port_offset) { 100 } let(:api) { Conjur::Authz::API } it_should_behave_like "API endpoint" end context "of core service" do - let(:port_offset) { 300 } + let(:port_offset) { 200 } let(:api) { Conjur::Core::API } it_should_behave_like "API endpoint" end end context "credential handling" do