Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Sep 12, 2024
1 parent 8a67f8e commit ee526dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ func TestIntrospection(t *testing.T) {
r.NoError(err)
r.Equal(map[string]any{
"capabilities": map[string]any{
"trust_probe": "v1",
"in_band_sync": "v1",
"trust_probe": "v1",
},
"function_count": float64(1),
"has_event_key": false,
Expand Down

0 comments on commit ee526dc

Please sign in to comment.