(t *testing.T)
| 64 | } |
| 65 | |
| 66 | func TestDowngradeWithRootAuth(t *testing.T) { |
| 67 | testDowngradeWithAuth(t, false, false, WithAuth("root", "rootPass")) |
| 68 | } |
| 69 | |
| 70 | func TestDowngradeWithUserAuth(t *testing.T) { |
| 71 | testDowngradeWithAuth(t, false, true, WithAuth("user0", "user0Pass")) |
nothing calls this directly
no test coverage detected
searching dependent graphs…