Skip to content

Commit

Permalink
Fix extension tests (#2807)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti authored Mar 25, 2021
1 parent 9431223 commit 3488938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/defaultcomponents/default_extensions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func TestDefaultExtensions(t *testing.T) {
assert.Equal(t, tt.extension, factory.Type())
assert.Equal(t, tt.extension, factory.CreateDefaultConfig().Type())

verifyExtensionLifecycle(t, factory, nil)
verifyExtensionLifecycle(t, factory, tt.getConfigFn)
})
}
}
Expand Down

0 comments on commit 3488938

Please sign in to comment.