diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-09-05 23:33:33 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-09-06 00:33:33 +0300 |
commit | 4f9a28e1f5ffcc80a5ea586a7ddc2c84b679b76a (patch) | |
tree | 64d253649f279433b1adb0af233dfdaef20eda5b /models/fixtures | |
parent | 7c417bbb0d8f3213f34db50f62013e20492d044f (diff) | |
download | gitea-4f9a28e1f5ffcc80a5ea586a7ddc2c84b679b76a.tar.gz gitea-4f9a28e1f5ffcc80a5ea586a7ddc2c84b679b76a.zip |
Make repo private to no interfere with other tests (#2467)
Diffstat (limited to 'models/fixtures')
-rw-r--r-- | models/fixtures/repository.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/fixtures/repository.yml b/models/fixtures/repository.yml index c6b39d3f4c..b8f607b2a8 100644 --- a/models/fixtures/repository.yml +++ b/models/fixtures/repository.yml @@ -182,7 +182,7 @@ owner_id: 2 lower_name: repo16 name: repo16 - is_private: false + is_private: true num_issues: 0 num_closed_issues: 0 num_pulls: 0 |