Skip to content

Commit

Permalink
normalize IPAddress field in golden logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou committed Sep 18, 2024
1 parent 9e831e6 commit c7f54f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/unified_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,9 @@ func runScenario(ctx context.Context, t *testing.T, testPause bool, fixture reso
addReplacement("natIP", "192.0.0.10")
addReplacement("labelFingerprint", "abcdef0123A=")
addReplacement("fingerprint", "abcdef0123A=")
// Matches the mock ip address of Compute forwarding rule
addReplacement("IPAddress", "8.8.8.8")

// Extract resource targetID numbers from compute operations
for _, event := range events {
body := event.Response.ParseBody()
Expand Down

0 comments on commit c7f54f1

Please sign in to comment.