Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Sep 19, 2024
1 parent 7a796c3 commit 8aeb718
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -669,14 +669,27 @@ func TestInBandSync(t *testing.T) {
Triggers: []inngest.Trigger{EventTrigger("my-event", nil)},
}},
Inspection: map[string]any{
"api_origin": "https://api.inngest.com",
"app_id": "test-in-band-sync",
"authentication_succeeded": true,
"capabilities": map[string]any{
"in_band_sync": "v1",
"trust_probe": "v1",
},
"env": "my-env",
"event_api_origin": "https://inn.gs",
"event_key_hash": "6ca13d52ca70c883e0f0bb101e425a89e8624de51db2d2392593af6a84118090",
"framework": "",
"function_count": float64(1),
"has_event_key": false,
"has_event_key": true,
"has_signing_key": true,
"has_signing_key_fallback": true,
"mode": "cloud",
"schema_version": "2024-05-24",
"sdk_language": "go",
"sdk_version": SDKVersion,
"serve_origin": nil,
"serve_path": nil,
"signing_key_fallback_hash": "signkey-test-df3f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81119",
"signing_key_hash": "signkey-test-b2ed992186a5cb19f6668aade821f502c1d00970dfd0e35128d51bac4649916c",
},
Expand Down

0 comments on commit 8aeb718

Please sign in to comment.