Skip to content

Commit

Permalink
Remove comment that drifted due to removal of proxytest build tag and… (
Browse files Browse the repository at this point in the history
envoyproxy#22)

… it being same as any test file
  • Loading branch information
anuraaga committed Sep 16, 2022
1 parent 9e44d25 commit 93b239b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright 2022 The OWASP Coraza contributors
// SPDX-License-Identifier: Apache-2.0

// These tests are supposed to run with `proxytest` build tag, and this way we can leverage the testing framework in "proxytest" package.
// The framework emulates the expected behavior of Envoyproxy, and you can test your extensions without running Envoy and with
// the standard Go CLI. To run tests, simply run
// go test ./...

package main

import (
Expand Down

0 comments on commit 93b239b

Please sign in to comment.