Skip to content

Commit

Permalink
Fix spec that is now available int est
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jan 29, 2025
1 parent 0f6ea72 commit ae0c7a4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@

context "when not configured" do
it "returns a bad request error" do
allow(API::V3::LinkedApplications::Adapters::Development).to receive(:applicable?).and_return(false)

get get_path
expect(last_response).to have_http_status 400
end
Expand Down

0 comments on commit ae0c7a4

Please sign in to comment.