Skip to content

Commit 48682f1

Browse files
committed
audit event datasource representation fix for the test
1 parent f05a2eb commit 48682f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oci/audit_audit_event_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ var (
1717
"compartment_id": Representation{repType: Required, create: `${var.compartment_id}`},
1818
"end_time": Representation{repType: Required, create: `${timestamp()}`},
1919
"start_time": Representation{repType: Required, create: `${timeadd(timestamp(), "-1m")}`},
20-
"limit": Representation{repType: Required, create: `1`},
2120
}
2221

2322
AuditEventResourceConfig = ""

0 commit comments

Comments
 (0)