MCPcopy Create free account
hub / github.com/auth0/auth0-cli / TestFormatAppSettingsPath

Function TestFormatAppSettingsPath

internal/cli/apps_test.go:141–144  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

139}
140
141func TestFormatAppSettingsPath(t *testing.T) {
142 assert.Empty(t, formatAppSettingsPath(""))
143 assert.Equal(t, "applications/app-id-1/settings", formatAppSettingsPath("app-id-1"))
144}
145
146func TestTypeFor(t *testing.T) {
147 testAppType := appTypeNative

Callers

nothing calls this directly

Calls 1

formatAppSettingsPathFunction · 0.85

Tested by

no test coverage detected