(t *testing.T)
| 154 | } |
| 155 | |
| 156 | func TestUserAgent(t *testing.T) { |
| 157 | client := newTestClient() |
| 158 | if client.UserAgent != "actions-runner-controller/NA" { |
| 159 | t.Errorf("UserAgent should be set to actions-runner-controller/NA") |
| 160 | } |
| 161 | } |
nothing calls this directly
no test coverage detected