Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley committed Jan 16, 2025
1 parent fe81978 commit e5296e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/integration/grpc_management_plane_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,11 @@ func TestGrpc_ConfigUpload(t *testing.T) {
"timestamp": "2023-01-15T01:30:15.01Z"
},
"config_upload_request": {
"instance_id": "%s"
"overview" : {
"config_version": {
"instance_id": "%s"
}
}
}
}`, nginxInstanceID)

Expand Down

0 comments on commit e5296e7

Please sign in to comment.