MCPcopy Create free account
hub / github.com/devopsctl/gitlabctl / setBasicAuthEnvs

Function setBasicAuthEnvs

cmd/gitlab_client_test.go:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24)
25
26func setBasicAuthEnvs() {
27 setE("GITLAB_USERNAME", testingUser)
28 setE("GITLAB_PASSWORD", testingPassword)
29 setE("GITLAB_HTTP_URL", testingHTTPURL)
30}
31
32func setPrivateTokenEnvs() {
33 setE("GITLAB_PRIVATE_TOKEN", testingToken)

Callers 6

TestNewGroupFunction · 0.85
TestDescProjectFunction · 0.85
TestDescribeMemberFunction · 0.85
TestDescGroupFunction · 0.85
TestGetGroupsFunction · 0.85
TestDeleteGroupFunction · 0.85

Calls 1

setEFunction · 0.85

Tested by

no test coverage detected