Skip to content

Commit

Permalink
Revert fake key
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 committed Dec 12, 2024
1 parent 65952cc commit c7e2816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/new-e2e/pkg/runner/parameters/store_aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ func (s awsStore) get(key StoreKey) (string, error) {

// awsOverrides is a map of StoreKey to StoreKey used to override key only in AWS store
var awsOverrides = map[StoreKey]StoreKey{
APIKey: "api_key_3_test_invalid",
APIKey: "api_key_3",
APPKey: "app_key_2",
}
4 changes: 2 additions & 2 deletions test/new-e2e/tests/installer/unix/all_packages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ func (s *packageBaseSuite) RunInstallScript(params ...string) {
playbookPath := s.writeAnsiblePlaybook(env, params...)

// Run the playbook
output := s.Env().RemoteHost.MustExecute(fmt.Sprintf("%sansible-playbook -vvv %s", ansiblePrefix, playbookPath))
fmt.Println("Ansible output should be scrubbed: ", output)
s.Env().RemoteHost.MustExecute(fmt.Sprintf("%sansible-playbook -vvv %s", ansiblePrefix, playbookPath))

// touch install files for compatibility
s.Env().RemoteHost.MustExecute("touch /tmp/datadog-installer-stdout.log")
s.Env().RemoteHost.MustExecute("touch /tmp/datadog-installer-stderr.log")
Expand Down

0 comments on commit c7e2816

Please sign in to comment.