()
| 540 | } |
| 541 | |
| 542 | func mustGetHostname() string { |
| 543 | hostname, _ := os.Hostname() |
| 544 | return hostname |
| 545 | } |
| 546 | |
| 547 | func TestManagedRegistry_demandTracking(t *testing.T) { |
| 548 | appender := &capturingAppender{} |
no outgoing calls
no test coverage detected