mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:21:43 +00:00
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
|
||||
name = SecureRandom.hex
|
||||
design = Design.all.sample
|
||||
design = Design.all.where.not(gem: Design::NO_THEMES).sample
|
||||
|
||||
post sites_url, headers: @authorization, params: {
|
||||
site: {
|
||||
|
|
Loading…
Reference in a new issue