Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions fixtures_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import (
)

// Note: Attestation fixtures are embedded and managed in the root package test_helpers.go
// using //go:embed. This allows the root package tests and the internal package tests
// to share the same test data files.
// using //go:embed.

// Commands to obtain attestation documents:
//
Expand Down Expand Up @@ -77,9 +76,6 @@ import (
// Note: These attestation documents contain expired certificates and should only be used for testing
// with SkipTimestampCheck: true

// TestAWSRootCertificateVerification - this test has been moved to internal package
// since it tests internal implementation details

// TestAWSNitroFixtures tests AWS Nitro attestation documents from Veracruz project
// These documents are sourced from: https://github.com/veracruz-project/go-nitro-enclave-attestation-document/blob/main/test/aws_nitro_document.cbor
func TestAWSNitroFixtures(t *testing.T) {
Expand Down
24 changes: 0 additions & 24 deletions internal/constants.go

This file was deleted.

Loading