MCPcopy Create free account
hub / github.com/PostHog/duckgres / TestStartCredentialRefresh_NoOpForNoObjectStore

Function TestStartCredentialRefresh_NoOpForNoObjectStore

server/server_test.go:409–412  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

407 }
408 if loadCalls != 1 {
409 t.Fatalf("expected one load attempt, got %d", loadCalls)
410 }
411 if calls, _ := execer.calls(); calls != 2 {
412 t.Fatalf("expected two exec attempts, got %d", calls)
413 }
414}
415

Callers

nothing calls this directly

Calls 1

StartCredentialRefreshFunction · 0.85

Tested by

no test coverage detected