MCPcopy
hub / github.com/iron-io/functions / TestFullStackWithAuth

Function TestFullStackWithAuth

api/server/server_auth_test.go:72–76  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

70}
71
72func TestFullStackWithAuth(t *testing.T) {
73 viper.Set("jwt_auth_key", "test")
74 testFullStack(t, setJwtAuth, testSuite)
75 teardown()
76}
77
78func TestFullStackWithBrokenAuth(t *testing.T) {
79 viper.Set("jwt_auth_key", "test")

Callers

nothing calls this directly

Calls 3

testFullStackFunction · 0.85
teardownFunction · 0.70
SetMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…