forked from TrueCloudLab/frostfs-contract
tests: Add check multiple fragments domain
Signed-off-by: Roman Loginov <r.loginov@yadro.com>
This commit is contained in:
parent
a1b61d3949
commit
22fbd2a753
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ func TestNNSIsAvailable(t *testing.T) {
|
|||
"myemail@frostfs.info", refresh, retry, expire, ttl)
|
||||
|
||||
c.Invoke(t, false, "isAvailable", "domain.com")
|
||||
c.Invoke(t, true, "isAvailable", "dom.domain.com")
|
||||
}
|
||||
|
||||
func TestNNSRenew(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue