fix(config): RailsSessionSecretToken is deprecated
[arvados-formula.git] / test / integration / api / controls / config_spec.rb
index 5d8afc4158db3eedea665c594a4077b34097e3c6..57fffc1284d65e3af8100ef9ce27982dcc4851bf 100644 (file)
@@ -2,13 +2,12 @@
 
 api_stanza = <<-API_STANZA
     API:
-      RailsSessionSecretToken: "changeme_rails_secret_token"
 API_STANZA
 
 rails_stanza = <<-RAILS_STANZA
       RailsAPI:
         InternalURLs:
-          http://127.0.0.2:8004: {}
+          http://api.internal:8004: {}
 RAILS_STANZA
 
 group = case os[:name]