Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lberk committed Jul 20, 2020
1 parent f2e6b8a commit 3ef4e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/helpers/broker_data_plane_test_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func BrokerV1Beta1IngressDataPlaneTestHelper(

})
//Respond with 400 on bad CE
t.Run("Repsond with 400 on bad CE", func(t *testing.T) {
t.Run("Respond with 400 on bad CE", func(t *testing.T) {
eventID := "four-hundred-on-bad-ce"
body := ";la}{kjsdf;oai2095{}{}8234092349807asdfashdf"
responseSink := "http://" + client.GetServiceHost(loggerName)
Expand Down

0 comments on commit 3ef4e95

Please sign in to comment.