Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: test require auth, admin service is protected #187

Merged
merged 1 commit into from
Dec 5, 2024

fix: test require auth, admin service is protected

5e56cc3
Select commit
Loading
Failed to load commit list.
Merged

fix: test require auth, admin service is protected #187

fix: test require auth, admin service is protected
5e56cc3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 4, 2024 in 11s

No new alerts in code changed by this pull request

Annotations

Check failure on line 10 in test/tests/graphiql.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/localized.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/mutations/create.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/mutations/delete.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/mutations/update.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/queries/aliases.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/queries/filter.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/queries/fragments.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/queries/meta.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/queries/orderBy.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/queries/paging-offset.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/queries/queries.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/queries/totalCount.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.

Check failure on line 10 in test/tests/queries/variables.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Basic YWxpY2U6" is used as
authorization header
.