diff options
| author | saltycrys <73420320+saltycrys@users.noreply.github.com> | 2020-12-10 08:18:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-10 08:18:30 +0100 |
| commit | b566c4ba1a4b44044154b54e33f1fa45fc5b1e90 (patch) | |
| tree | 30af67693ea06fcd020859544fd2b57802bf4085 /spec | |
| parent | 2349a6ab0cbbe135b5e5837ade671a4394eda6ae (diff) | |
| download | invidious-b566c4ba1a4b44044154b54e33f1fa45fc5b1e90.tar.gz invidious-b566c4ba1a4b44044154b54e33f1fa45fc5b1e90.tar.bz2 invidious-b566c4ba1a4b44044154b54e33f1fa45fc5b1e90.zip | |
Untrack config.yml (#1557)
* Untrack config.yml
`config/config.yml` has been untracked and moved to `config/config.example.yml`.
The Dockerfile has been updated to copy all `config/config.*` files and to try
to move `config/config.example.yml` to `config/config.yml`. If a user supplied
`config/config.yml` exists it is not overwritten.
* Update Dockerfile to use `shard.lock`
* Fix tests
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/helpers_spec.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers_spec.cr b/spec/helpers_spec.cr index dd764074..d297759e 100644 --- a/spec/helpers_spec.cr +++ b/spec/helpers_spec.cr @@ -12,7 +12,7 @@ require "../src/invidious/search" require "../src/invidious/trending" require "../src/invidious/users" -CONFIG = Config.from_yaml(File.open("config/config.yml")) +CONFIG = Config.from_yaml(File.open("config/config.example.yml")) describe "Helper" do describe "#produce_channel_videos_url" do |
