Skip to content

Commit ef38e28

Browse files
committed
Remove migration section as no longer supported
1 parent 2260932 commit ef38e28

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spec/gitlab_shell_authorized_keys_check_spec.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,7 @@ def mock_server(server)
9090
describe 'with the go authorized-keys-check feature', :go do
9191
before(:all) do
9292
write_config(
93-
'gitlab_url' => "http+unix://#{CGI.escape(tmp_socket_path)}",
94-
'migration' => {
95-
'enabled' => true,
96-
'features' => ['authorized-keys-check']
97-
}
93+
'gitlab_url' => "http+unix://#{CGI.escape(tmp_socket_path)}"
9894
)
9995
end
10096

0 commit comments

Comments
 (0)