Home
last modified time | relevance | path

Searched refs:expectedURL (Results 1 – 25 of 1210) sorted by relevance

12345678910>>...49

/dports/net/concourse-fly/concourse-6.7.1/go-concourse/concourse/
H A Dpipelines_test.go21 ghttp.VerifyRequest("PUT", expectedURL),
39 ghttp.VerifyRequest("PUT", expectedURL),
58 ghttp.VerifyRequest("PUT", expectedURL),
76 ghttp.VerifyRequest("PUT", expectedURL),
96 ghttp.VerifyRequest("PUT", expectedURL),
114 ghttp.VerifyRequest("PUT", expectedURL),
133 ghttp.VerifyRequest("PUT", expectedURL),
151 ghttp.VerifyRequest("PUT", expectedURL),
357 expectedURL := "/api/v1/pipelines"
443 expectedURL string
[all …]
H A Dbuilds_test.go47 expectedURL := "/api/v1/teams/some-team/builds"
51 ghttp.VerifyRequest("POST", expectedURL),
86 ghttp.VerifyRequest("POST", expectedURL),
123 ghttp.VerifyRequest("POST", expectedURL),
139 expectedURL string
156 ghttp.VerifyRequest("GET", expectedURL),
176 ghttp.VerifyRequest("GET", expectedURL),
199 expectedURL := "/api/v1/builds/123"
220 expectedURL := "/api/v1/builds/123"
239 expectedURL := "/api/v1/builds"
[all …]
H A Djobs_test.go35 ghttp.VerifyRequest("GET", expectedURL),
52 expectedURL := "/api/v1/jobs"
67 ghttp.VerifyRequest("GET", expectedURL),
84 expectedURL string
129 ghttp.VerifyRequest("GET", expectedURL),
149 ghttp.VerifyRequest("GET", expectedURL),
166 expectedURL string
275 ghttp.VerifyRequest("GET", expectedURL),
368 ghttp.VerifyRequest("PUT", expectedURL),
434 ghttp.VerifyRequest("PUT", expectedURL),
[all …]
H A Dteams_test.go20 expectedURL := "/api/v1/teams/myTeam"
31 ghttp.VerifyRequest("GET", expectedURL),
53 ghttp.VerifyRequest("GET", expectedURL),
70 ghttp.VerifyRequest("GET", expectedURL),
86 ghttp.VerifyRequest("GET", expectedURL),
123 ghttp.VerifyRequest("PUT", expectedURL),
141 ghttp.VerifyRequest("PUT", expectedURL),
160 ghttp.VerifyRequest("PUT", expectedURL),
195 expectedURL string
200 expectedURL = "/api/v1/teams/enron"
[all …]
H A Dcheck_test.go28 expectedURL := "/api/v1/checks/123"
31 ghttp.VerifyRequest("GET", expectedURL),
49 expectedURL := "/api/v1/checks/100"
52 ghttp.VerifyRequest("GET", expectedURL),
67 expectedURL := "/api/v1/checks/123"
71 ghttp.VerifyRequest("GET", expectedURL),
87 expectedURL := "/api/v1/checks/123"
91 ghttp.VerifyRequest("GET", expectedURL),
/dports/misc/concourse/concourse-6.7.2/go-concourse/concourse/
H A Dpipelines_test.go21 ghttp.VerifyRequest("PUT", expectedURL),
39 ghttp.VerifyRequest("PUT", expectedURL),
58 ghttp.VerifyRequest("PUT", expectedURL),
76 ghttp.VerifyRequest("PUT", expectedURL),
96 ghttp.VerifyRequest("PUT", expectedURL),
114 ghttp.VerifyRequest("PUT", expectedURL),
133 ghttp.VerifyRequest("PUT", expectedURL),
151 ghttp.VerifyRequest("PUT", expectedURL),
357 expectedURL := "/api/v1/pipelines"
443 expectedURL string
[all …]
H A Dbuilds_test.go47 expectedURL := "/api/v1/teams/some-team/builds"
51 ghttp.VerifyRequest("POST", expectedURL),
86 ghttp.VerifyRequest("POST", expectedURL),
123 ghttp.VerifyRequest("POST", expectedURL),
139 expectedURL string
156 ghttp.VerifyRequest("GET", expectedURL),
176 ghttp.VerifyRequest("GET", expectedURL),
199 expectedURL := "/api/v1/builds/123"
220 expectedURL := "/api/v1/builds/123"
239 expectedURL := "/api/v1/builds"
[all …]
H A Djobs_test.go35 ghttp.VerifyRequest("GET", expectedURL),
52 expectedURL := "/api/v1/jobs"
67 ghttp.VerifyRequest("GET", expectedURL),
84 expectedURL string
129 ghttp.VerifyRequest("GET", expectedURL),
149 ghttp.VerifyRequest("GET", expectedURL),
166 expectedURL string
275 ghttp.VerifyRequest("GET", expectedURL),
368 ghttp.VerifyRequest("PUT", expectedURL),
434 ghttp.VerifyRequest("PUT", expectedURL),
[all …]
H A Dteams_test.go20 expectedURL := "/api/v1/teams/myTeam"
31 ghttp.VerifyRequest("GET", expectedURL),
53 ghttp.VerifyRequest("GET", expectedURL),
70 ghttp.VerifyRequest("GET", expectedURL),
86 ghttp.VerifyRequest("GET", expectedURL),
123 ghttp.VerifyRequest("PUT", expectedURL),
141 ghttp.VerifyRequest("PUT", expectedURL),
160 ghttp.VerifyRequest("PUT", expectedURL),
195 expectedURL string
200 expectedURL = "/api/v1/teams/enron"
[all …]
/dports/net/traefik/traefik-2.6.1/pkg/middlewares/redirect/
H A Dredirect_scheme_test.go24 expectedURL string
40 expectedURL: "https://foo",
52 expectedURL: "https://foo",
61 expectedURL: "https://foo",
100 expectedURL: "https://foo",
130 expectedURL: "http://foo:80",
159 expectedURL: "wss://foo",
168 expectedURL: "wss://foo",
177 expectedURL: "https://foo",
196 expectedURL: "https://foo",
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker-credential-helpers/registryurl/
H A Dparse_test.go13 expectedURL string
16 {url: "foobar.docker.io", expectedURL: "//foobar.docker.io"},
17 {url: "foobar.docker.io:2376", expectedURL: "//foobar.docker.io:2376"},
18 {url: "//foobar.docker.io:2376", expectedURL: "//foobar.docker.io:2376"},
19 {url: "http://foobar.docker.io:2376", expectedURL: "http://foobar.docker.io:2376"},
20 {url: "https://foobar.docker.io:2376", expectedURL: "https://foobar.docker.io:2376"},
21 …{url: "https://foobar.docker.io:2376/some/path", expectedURL: "https://foobar.docker.io:2376/some/…
22 …{url: "https://foobar.docker.io:2376/some/other/path?foo=bar", expectedURL: "https://foobar.docker…
42 if u != nil && u.String() != te.expectedURL {
43 t.Errorf("Error: expected URL: %q, but got %q for URL: %q", te.expectedURL, u.String(), te.url)
/dports/sysutils/docker-credential-pass/docker-credential-helpers-0.6.3/registryurl/
H A Dparse_test.go13 expectedURL string
16 {url: "foobar.docker.io", expectedURL: "//foobar.docker.io"},
17 {url: "foobar.docker.io:2376", expectedURL: "//foobar.docker.io:2376"},
18 {url: "//foobar.docker.io:2376", expectedURL: "//foobar.docker.io:2376"},
19 {url: "http://foobar.docker.io:2376", expectedURL: "http://foobar.docker.io:2376"},
20 {url: "https://foobar.docker.io:2376", expectedURL: "https://foobar.docker.io:2376"},
21 …{url: "https://foobar.docker.io:2376/some/path", expectedURL: "https://foobar.docker.io:2376/some/…
22 …{url: "https://foobar.docker.io:2376/some/other/path?foo=bar", expectedURL: "https://foobar.docker…
42 if u != nil && u.String() != te.expectedURL {
43 t.Errorf("Error: expected URL: %q, but got %q for URL: %q", te.expectedURL, u.String(), te.url)
/dports/sysutils/sensu-go/sensu-go-5.11.1/util/url/
H A Durl_test.go14 expectedURL string
20 expectedURL: "ws://127.0.0.1:8081",
26 expectedURL: "ws://127.0.0.1:8081",
32 expectedURL: "ws://127.0.0.1:8082",
38 expectedURL: "ws://127.0.0.1:8081/",
44 expectedURL: "ws://127.0.0.1:8082/",
50 expectedURL: "ws://[::1]:8081/",
56 expectedURL: "ws://[::1]:8082/",
66 assert.Equal(t, tc.expectedURL, newURL)
/dports/devel/gh/cli-2.4.0/pkg/cmd/browse/
H A Dbrowse_test.go174 expectedURL string
183 expectedURL: "https://github.com/jlsestak/cli",
191 expectedURL: "https://github.com/bchadwic/ObscuredByClouds/settings",
199 expectedURL: "https://github.com/ttran112/7ate9/projects",
207 expectedURL: "https://github.com/ravocean/ThreatLevelMidnight/wiki",
222 expectedURL: "https://github.com/kevin/MinTy/issues/217",
248 expectedURL: "https://github.com/bstnc/yeepers/tree/feature-123",
258 expectedURL: "https://github.com/bstnc/yeepers/tree/feature-123/pkg/dir",
337 expectedURL: "https://github.com/ken/grc/issues/217",
451 assert.Equal(t, fmt.Sprintf("%s\n", tt.expectedURL), stdout.String())
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/redirects/
H A Dredirects_test.go31 expectedURL string
39 expectedURL: "",
47 expectedURL: "",
55 expectedURL: "/still-alive.html",
63 expectedURL: "",
71 expectedURL: "/still-alive/",
79 expectedURL: "/still-alive/",
87 expectedURL: "/still-alive",
95 expectedURL: "/still-alive",
103 expectedURL: "/is-a-lie",
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls_test.go131 expectedURL := testCase.expectedPath
133 expectedURL = root + expectedURL
136 if url != expectedURL {
173 expectedURL = root[0:len(root)-1] + expectedURL
175 if url != expectedURL {
419 expectedURL = tr.base + expectedURL
422 if buildURL != expectedURL {
490 var expectedURL string
495 expectedURL = tr.base[0:len(tr.base)-1] + expectedURL
505 expectedURL = urlBase.String()[0:len(urlBase.String())-1] + expectedURL
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/api/v2/
H A Durls_test.go131 expectedURL := testCase.expectedPath
133 expectedURL = root + expectedURL
136 if url != expectedURL {
173 expectedURL = root[0:len(root)-1] + expectedURL
175 if url != expectedURL {
424 expectedURL = tr.base + expectedURL
427 if buildURL != expectedURL {
495 var expectedURL string
500 expectedURL = tr.base[0:len(tr.base)-1] + expectedURL
510 expectedURL = urlBase.String()[0:len(urlBase.String())-1] + expectedURL
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls_test.go131 expectedURL := testCase.expectedPath
133 expectedURL = root + expectedURL
136 if url != expectedURL {
173 expectedURL = root[0:len(root)-1] + expectedURL
175 if url != expectedURL {
424 expectedURL = tr.base + expectedURL
427 if buildURL != expectedURL {
495 var expectedURL string
500 expectedURL = tr.base[0:len(tr.base)-1] + expectedURL
510 expectedURL = urlBase.String()[0:len(urlBase.String())-1] + expectedURL
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls_test.go131 expectedURL := testCase.expectedPath
133 expectedURL = root + expectedURL
136 if url != expectedURL {
173 expectedURL = root[0:len(root)-1] + expectedURL
175 if url != expectedURL {
424 expectedURL = tr.base + expectedURL
427 if buildURL != expectedURL {
495 var expectedURL string
500 expectedURL = tr.base[0:len(tr.base)-1] + expectedURL
510 expectedURL = urlBase.String()[0:len(urlBase.String())-1] + expectedURL
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls_test.go131 expectedURL := testCase.expectedPath
133 expectedURL = root + expectedURL
136 if url != expectedURL {
173 expectedURL = root[0:len(root)-1] + expectedURL
175 if url != expectedURL {
424 expectedURL = tr.base + expectedURL
427 if buildURL != expectedURL {
495 var expectedURL string
500 expectedURL = tr.base[0:len(tr.base)-1] + expectedURL
510 expectedURL = urlBase.String()[0:len(urlBase.String())-1] + expectedURL
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls_test.go131 expectedURL := testCase.expectedPath
133 expectedURL = root + expectedURL
136 if url != expectedURL {
173 expectedURL = root[0:len(root)-1] + expectedURL
175 if url != expectedURL {
424 expectedURL = tr.base + expectedURL
427 if buildURL != expectedURL {
495 var expectedURL string
500 expectedURL = tr.base[0:len(tr.base)-1] + expectedURL
510 expectedURL = urlBase.String()[0:len(urlBase.String())-1] + expectedURL
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls_test.go131 expectedURL := testCase.expectedPath
133 expectedURL = root + expectedURL
136 if url != expectedURL {
173 expectedURL = root[0:len(root)-1] + expectedURL
175 if url != expectedURL {
424 expectedURL = tr.base + expectedURL
427 if buildURL != expectedURL {
495 var expectedURL string
500 expectedURL = tr.base[0:len(tr.base)-1] + expectedURL
510 expectedURL = urlBase.String()[0:len(urlBase.String())-1] + expectedURL
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls_test.go131 expectedURL := testCase.expectedPath
133 expectedURL = root + expectedURL
136 if url != expectedURL {
173 expectedURL = root[0:len(root)-1] + expectedURL
175 if url != expectedURL {
419 expectedURL = tr.base + expectedURL
422 if buildURL != expectedURL {
490 var expectedURL string
495 expectedURL = tr.base[0:len(tr.base)-1] + expectedURL
505 expectedURL = urlBase.String()[0:len(urlBase.String())-1] + expectedURL
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls_test.go131 expectedURL := testCase.expectedPath
133 expectedURL = root + expectedURL
136 if url != expectedURL {
173 expectedURL = root[0:len(root)-1] + expectedURL
175 if url != expectedURL {
419 expectedURL = tr.base + expectedURL
422 if buildURL != expectedURL {
490 var expectedURL string
495 expectedURL = tr.base[0:len(tr.base)-1] + expectedURL
505 expectedURL = urlBase.String()[0:len(urlBase.String())-1] + expectedURL
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/registry/api/v2/
H A Durls_test.go131 expectedURL := testCase.expectedPath
133 expectedURL = root + expectedURL
136 if url != expectedURL {
173 expectedURL = root[0:len(root)-1] + expectedURL
175 if url != expectedURL {
424 expectedURL = tr.base + expectedURL
427 if buildURL != expectedURL {
495 var expectedURL string
500 expectedURL = tr.base[0:len(tr.base)-1] + expectedURL
510 expectedURL = urlBase.String()[0:len(urlBase.String())-1] + expectedURL
[all …]

12345678910>>...49