Skip to content

Commit

Permalink
Move CF_ROUTER to route-emitter
Browse files Browse the repository at this point in the history
[#86337946]
  • Loading branch information
sykesm committed Feb 5, 2015
1 parent c8b5a37 commit f760bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ var _ = Describe("Resources", func() {
Ω(err).ShouldNot(HaveOccurred())

cfRawMessage := json.RawMessage(bytes)
routingInfo[receptor.CF_ROUTER] = &cfRawMessage
routingInfo[cfroutes.CF_ROUTER] = &cfRawMessage

fooRawMessage := json.RawMessage([]byte(`"bar"`))
routingInfo["foo"] = &fooRawMessage
Expand Down

0 comments on commit f760bbe

Please sign in to comment.