You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clouddriver-docker/src/test/groovy/com/netflix/spinnaker/clouddriver/docker/registry/api/v2/auth/DockerBearerTokenServiceSpec.groovy
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -52,21 +52,6 @@ class DockerBearerTokenServiceSpec extends Specification {
Copy file name to clipboardExpand all lines: clouddriver-docker/src/test/groovy/com/netflix/spinnaker/clouddriver/docker/registry/api/v2/client/DockerRegistryClientSpec.groovy
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ import retrofit2.mock.Calls;
31
31
importspock.lang.Shared
32
32
importspock.lang.Specification
33
33
34
-
importjava.util.concurrent.TimeUnit
35
34
36
35
/*
37
36
* These tests all communicate with dockerhub (index.docker.io), and will either fail
@@ -47,21 +46,15 @@ class DockerRegistryClientSpec extends Specification {
0 commit comments