mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 23:54:44 +02:00
Add clarification
This commit is contained in:
parent
ba08856953
commit
9852b466cf
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class EppPollTest < ApplicationIntegrationTest
|
class EppPollTest < ApplicationIntegrationTest
|
||||||
def test_return_first_message_when_queue_is_not_empty
|
# Deliberately does not conform to RFC5730, which requires the first message to be returned
|
||||||
|
def test_return_latest_message_when_queue_is_not_empty
|
||||||
message = messages(:domain_deleted)
|
message = messages(:domain_deleted)
|
||||||
|
|
||||||
request_xml =
|
request_xml =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue