Skip to content

Commit

Permalink
Add Makefile and fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh4 committed Jul 13, 2020
1 parent c128ea9 commit 5ebd853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/observer/endpoints_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ func TestEndpointToEnv(t *testing.T) {
},
want: EndpointEnv{
"type": map[string]interface{}{
"port": false,
"pod": true,
"port": true,
"pod": false,
},
"endpoint": "127.0.0.1",
"name": "process_name",
Expand Down
1 change: 1 addition & 0 deletions extension/observer/hostobserver/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../Makefile.Common

0 comments on commit 5ebd853

Please sign in to comment.