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: fixed tests to work properly on local dev environment #33

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

Rakowskiii
Copy link
Contributor

The tests now verifies if it's being run against local by usage of SECURE_SIGNER_PORT instead of LOCAL_DEV env.
(LOCAL_DEV being used by bash scripts, and SECURE_SIGNER_PORT in multiple places in the code to check if the tests are local)

Formatted the code with cargo fmt

Fixed one misspell that was leading to failure of one of the test.

@Rakowskiii Rakowskiii linked an issue Aug 4, 2023 that may be closed by this pull request
@Rakowskiii Rakowskiii merged commit 14683d2 into main Aug 4, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don’t run remote attestation tests when testing on non-sgx hardware
1 participant