Skip to content

Commit

Permalink
functests with user created contexts need a REGEX as Content-Length
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Feb 21, 2024
1 parent 65005f8 commit 8ecc956
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ URL of newly created context: REGEX(.*)
02. GET all contexts, with details
==================================
HTTP/1.1 200 OK
Content-Length: 948
Content-Length: REGEX(.*)
Content-Type: application/json
Date: REGEX(.*)

Expand Down Expand Up @@ -339,7 +339,7 @@ Date: REGEX(.*)
09. GET all contexts, with details
==================================
HTTP/1.1 200 OK
Content-Length: 3111
Content-Length: REGEX(.*)
Content-Type: application/json
Date: REGEX(.*)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ URL of context C: REGEX(.*)
04. GET all contexts, with details, see A-B-C
=============================================
HTTP/1.1 200 OK
Content-Length: 1788
Content-Length: REGEX(.*)
Content-Type: application/json
Date: REGEX(.*)

Expand Down Expand Up @@ -287,7 +287,7 @@ Date: REGEX(.*)
07. GET all contexts, with details, see A-C
===========================================
HTTP/1.1 200 OK
Content-Length: 1368
Content-Length: RGEX(.*)
Content-Type: application/json
Date: REGEX(.*)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Location: http://REGEX(.*)
02. GET all contexts - see 4 contexts: array, downloaded and inline (the core context is the "fourth")
======================================================================================================
HTTP/1.1 200 OK
Content-Length: 2147
Content-Length: REGEX(.*)
Content-Type: application/json
Date: REGEX(.*)

Expand Down

0 comments on commit 8ecc956

Please sign in to comment.