forked from TrueCloudLab/frostfs-contract
Compare commits
1 commit
master
...
example-te
Author | SHA1 | Date | |
---|---|---|---|
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)
|
"myemail@frostfs.info", refresh, retry, expire, ttl)
|
||||||
|
|
||||||
c.Invoke(t, false, "isAvailable", "domain.com")
|
c.Invoke(t, false, "isAvailable", "domain.com")
|
||||||
|
c.Invoke(t, true, "isAvailable", "dom.domain.com")
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestNNSRenew(t *testing.T) {
|
func TestNNSRenew(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue