arreglar test
This commit is contained in:
parent
fb1bf3500c
commit
cd090d2b0a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class SitesControllerTest < ActionDispatch::IntegrationTest
|
||||||
|
|
||||||
test 'se pueden crear' do
|
test 'se pueden crear' do
|
||||||
name = SecureRandom.hex
|
name = SecureRandom.hex
|
||||||
design = Design.all.sample
|
design = Design.all.where.not(gem: Design::NO_THEMES).sample
|
||||||
|
|
||||||
post sites_url, headers: @authorization, params: {
|
post sites_url, headers: @authorization, params: {
|
||||||
site: {
|
site: {
|
||||||
|
|
Loading…
Reference in a new issue