We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365301e commit 3bfc087Copy full SHA for 3bfc087
1 file changed
google-analytics-admin/properties_run_access_report_test.py
@@ -25,10 +25,11 @@ def test_properties_run_access_report(capsys):
25
transports = ["grpc", "rest"]
26
for transport in transports:
27
# This test ensures that the call is valid and reaches the server, even
28
- # though the operation does not succeed due to permission error.
+ # though the operation does not succeed due to the test property not
29
+ # being a Google Analytics 360 property.
30
with pytest.raises(
31
Exception,
- match="Access record reports are only allowed on Google Analytics 360 properties.",
32
+ match="Data Access Reports are only allowed on Google Analytics 360 properties.",
33
):
34
properties_run_access_report.run_access_report(
35
TEST_PROPERTY_ID, transport=transport
0 commit comments