Skip to content

Commit 63f49ec

Browse files
committed
test: Fix _asset config test
1 parent f0be0e3 commit 63f49ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/manage/configs_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class Manage::ConfigsControllerTest < ActionController::TestCase
126126
HackathonConfig["logo_asset"] = ''
127127
patch :update, params: { id: "logo_asset", hackathon_config: { logo_asset: "test" } }
128128
assert_equal '', HackathonConfig["logo_asset"]
129-
assert_redirected_to edit_manage_config_path("logo_asset")
129+
assert_template :edit
130130
end
131131

132132
should "update config CSS variables when custom_css is blank" do

0 commit comments

Comments
 (0)