Commit 7398edf6 authored by allison.browne's avatar allison.browne

Fix static errors

parent 56ccff6b
...@@ -6,7 +6,7 @@ RSpec.describe Gitlab::Config::Entry::ComposableHash, :aggregate_failures do ...@@ -6,7 +6,7 @@ RSpec.describe Gitlab::Config::Entry::ComposableHash, :aggregate_failures do
let(:valid_config) do let(:valid_config) do
{ {
DATABASE_SECRET: 'passw0rd', DATABASE_SECRET: 'passw0rd',
API_TOKEN: 'passw0rd2', API_TOKEN: 'passw0rd2'
} }
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment