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