spec/elastic_apm/spies/sns_spec.rb [77:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                message: 'some message'
              )
            end
          end

          span = @intercepted.spans.first

          expect(span.name).to eq('SNS PUBLISH to MyTopic')
          expect(span.context.destination.service.resource).to eq('sns/MyTopic')
          expect(span.context.message.queue_name).to eq('MyTopic')
        end
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/elastic_apm/spies/sns_spec.rb [168:179]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                message: 'some message'
              )
            end
          end

          span = @intercepted.spans.first

          expect(span.name).to eq('SNS PUBLISH to MyTopic')
          expect(span.context.destination.service.resource).to eq('sns/MyTopic')
          expect(span.context.message.queue_name).to eq('MyTopic')
        end
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



