Skip to content

Commit

Permalink
Fix inconsistent length test
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Apr 4, 2023
1 parent 8b4d9c1 commit 0d28214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/validator/sites_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ func TestValidate(t *testing.T) {
28: "blog28.dev-mysite.pantheonsite.io",
29: "blog29.dev-mysite.pantheonsite.io",
},
"feat_branch": model.DomainMapByEnvironment{
1: "blog1.feat-branch-mysite.pantheonsite.io",
"mdev": model.DomainMapByEnvironment{
1: "blog1.mdev-mysite.pantheonsite.io",
},
},
},
Expand Down

0 comments on commit 0d28214

Please sign in to comment.