Skip to content

Commit fd00fc8

Browse files
committed
Test on real
1 parent eb30179 commit fd00fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mock_vws/test_add_target.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,6 @@ def test_inactive_project(
867867

868868
assert_vws_failure(
869869
response=response,
870-
status_code=codes.UNPROCESSABLE_ENTITY,
871-
result_code=ResultCodes.METADATA_TOO_LARGE,
870+
status_code=codes.FORBIDDEN,
871+
result_code=ResultCodes.PROJECT_INACTIVE,
872872
)

0 commit comments

Comments
 (0)