Commit a3ce57c8 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch '214328-set-a-deploy-freeze-from-the-api' into 'master'

Minor patch on Deploy Freeze specs

See merge request gitlab-org/gitlab!32155
parents 935b1b6d 96524927
......@@ -30,7 +30,7 @@ describe Ci::FreezePeriodStatus do
it_behaves_like 'outside freeze period', Time.utc(2020, 4, 10, 22, 59)
it_behaves_like 'within freeze period', Time.utc(2020, 4, 10, 23, 01)
it_behaves_like 'within freeze period', Time.utc(2020, 4, 10, 23, 1)
it_behaves_like 'within freeze period', Time.utc(2020, 4, 13, 6, 59)
......
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