Skip to content

Commit b50268b

Browse files
author
Sam Dodrill
committed
test(builder): update etcd keys in builder test
The confd templates expected some more etcd keys than were seeded before. Add those extra keys in.
1 parent e7a844f commit b50268b

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

builder/tests/builder_test.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,14 @@ func runDeisBuilderTest(
3838
func TestBuilder(t *testing.T) {
3939
setkeys := []string{
4040
"/deis/registry/protocol",
41-
"deis/registry/host",
41+
"/deis/registry/host",
4242
"/deis/registry/port",
4343
"/deis/cache/host",
4444
"/deis/cache/port",
45+
"/deis/controller/protocol",
46+
"/deis/controller/host",
47+
"/deis/controller/port",
48+
"/deis/controller/builderKey",
4549
}
4650
setdir := []string{
4751
"/deis/controller",

router/bin/check

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)