Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Sep 29, 2024
1 parent 41fb83c commit 2ee19a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulsar/resource_pulsar_function_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func TestFunction(t *testing.T) {
assert.Equal(t, "public", config.Tenant)
assert.Equal(t, "default", config.Namespace)
assert.Equal(t, ProcessingGuaranteesAtLeastOnce, config.ProcessingGuarantees)
assert.NotNil(t, config.TimeoutMs)
assert.Equal(t, int64(6666), *config.TimeoutMs)
assert.NotNil(t, config.Resources)

Expand Down

0 comments on commit 2ee19a5

Please sign in to comment.