Skip to content

Commit ede268d

Browse files
Fix spec that is now available int est
1 parent 6e543fd commit ede268d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/lib/api/v3/linked_applications/linked_applications_api_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343

4444
context "when not configured" do
4545
it "returns a bad request error" do
46+
allow(API::V3::LinkedApplications::Adapters::Development).to receive(:applicable?).and_return(false)
47+
4648
get get_path
4749
expect(last_response).to have_http_status 400
4850
end

0 commit comments

Comments
 (0)