(t *testing.T)
| 171 | } |
| 172 | |
| 173 | func TestErrTLSDataError(t *testing.T) { |
| 174 | meta := testDefaultMetadata() |
| 175 | s := testStore(t, meta, store.ContextTLSData{}) |
| 176 | _, err := s.GetTLSData("default", "noop", "noop") |
| 177 | assert.Check(t, is.ErrorType(err, errdefs.IsNotFound)) |
| 178 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…