Skip to content

Commit c777c71

Browse files
committed
fix
1 parent 2e2ae81 commit c777c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/analyzer/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func TestMain(t *testing.T) {
2828
// aws
2929
{
3030
name: "aws_all_endpoints",
31-
args: "report endpoints --output-file aws.txt -c ../../pkg/awsvpc/examples/input/input_basic_config_with_sg.json --format txt",
31+
args: "report endpoints -f aws.txt -c ../../pkg/awsvpc/examples/input/input_basic_config_with_sg.json -o txt",
3232
},
3333
// drawio
3434
{

0 commit comments

Comments
 (0)