(t *testing.T)
| 222 | } |
| 223 | |
| 224 | func Test_isPerHostOnly(t *testing.T) { |
| 225 | assert.True(t, isPerHostOnly("api_host")) |
| 226 | assert.False(t, isPerHostOnly("editor")) |
| 227 | assert.False(t, isPerHostOnly("unknown")) |
| 228 | } |
nothing calls this directly
no test coverage detected