Skip to content

Commit 452f58b

Browse files
committed
finally fix another test
1 parent 82e7e2d commit 452f58b

File tree

5 files changed

+37
-3
lines changed

5 files changed

+37
-3
lines changed

models/fixtures/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
-
206206
id: 25
207207
repo_id: 63
208-
name: 'main'
208+
name: 'master'
209209
commit_id: 'b7fca3aa0d80144f9718b0486681944f9c587e33'
210210
commit_message: "Initial commit with signed file"
211211
commit_time: 1602935385

models/fixtures/repo_unit.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,40 @@
737737
-
738738
id: 111
739739
repo_id: 63
740+
type: 4
741+
config: "{}"
742+
created_unix: 946684810
743+
744+
-
745+
id: 112
746+
repo_id: 63
747+
type: 5
748+
config: "{}"
749+
created_unix: 946684810
750+
751+
-
752+
id: 113
753+
repo_id: 63
740754
type: 1
741755
config: "{}"
742756
created_unix: 946684810
757+
758+
-
759+
id: 114
760+
repo_id: 63
761+
type: 2
762+
config: "{}"
763+
created_unix: 946684810
764+
765+
-
766+
id: 115
767+
repo_id: 63
768+
type: 8
769+
created_unix: 946684810
770+
771+
-
772+
id: 116
773+
repo_id: 63
774+
type: 3
775+
config: "{}"
776+
created_unix: 946684810

models/fixtures/repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,7 @@
17931793
owner_name: user2
17941794
lower_name: repo-test-trusted-ssh-keys
17951795
name: repo-test-trusted-ssh-keys
1796-
default_branch: main
1796+
default_branch: master
17971797
num_watches: 0
17981798
num_stars: 0
17991799
num_forks: 0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ref: refs/heads/main
1+
ref: refs/heads/master

0 commit comments

Comments
 (0)