MCPcopy Create free account
hub / github.com/dolthub/doltgresql / authTestSkipAssertAsBasic

Function authTestSkipAssertAsBasic

testing/go/auth_test.go:1607–1611  ·  view source on GitHub ↗

authTestSkipAssertAsBasic skips the returned assertion from authTestAssertAsBasic.

(query string, expected []sql.Row, expectedErr string)

Source from the content-addressed store, hash-verified

1605
1606// authTestSkipAssertAsBasic skips the returned assertion from authTestAssertAsBasic.
1607func authTestSkipAssertAsBasic(query string, expected []sql.Row, expectedErr string) ScriptTestAssertion {
1608 assertion := authTestAssertAsBasic(query, expected, expectedErr)
1609 assertion.Skip = true
1610 return assertion
1611}
1612
1613// authTestGrantBasic grants |privileges| to authTestBasicUser on given |object| (include the object type in |object| if
1614// applicable).

Callers 1

TestAuthDoltProceduresFunction · 0.85

Calls 1

authTestAssertAsBasicFunction · 0.85

Tested by

no test coverage detected