Stub as argument needs to be a string reference, not symbol
let(:address) { '111 Main St' } find_address(address)
When you are unsure about the data shape, call the service in Rails console and see what the returned body looks like
.to_json
method on the returned value