mirror of
https://github.com/internetee/registry.git
synced 2025-08-12 12:39:34 +02:00
Corrected test
This commit is contained in:
parent
6a092e47aa
commit
ce7217af4d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class ReppV1DomainsDeleteTest < ActionDispatch::IntegrationTest
|
||||||
payload = {
|
payload = {
|
||||||
domain: {
|
domain: {
|
||||||
delete: {
|
delete: {
|
||||||
verified: false,
|
verified: 'false',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue