test/integration/udp_proxy_test.rb in propono-1.1.3 vs test/integration/udp_proxy_test.rb in propono-1.2.0
- old
+ new
@@ -1,10 +1,10 @@
require File.expand_path('../integration_test', __FILE__)
module Propono
class UdpProxyTest < IntegrationTest
def test_the_message_gets_there
- topic = "test-topic"
+ topic = "propono-tests-udp-proxy-topic"
text = "This is my message #{DateTime.now} #{rand()}"
flunks = []
message_received = false
Propono.config.udp_port = 20001