Skip to content

Commit cfa9d2c

Browse files
Merge pull request #202 from danielballan/update-cdi-test
test: Update test that expects CDI to be missing
2 parents 386dab5 + 371ee1a commit cfa9d2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration-tests/check_all_beamlines.http

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ Accept: application/json
3333
});
3434
%}
3535

36-
### Check CDI Details
37-
# @name = cdi-details
38-
GET http://{{host}}/v1/beamline/cdi
36+
### Check Non-existent Beamline Details
37+
# @name = zzz-details
38+
GET http://{{host}}/v1/beamline/zzz
3939
Accept: application/json
4040

4141
> {%
4242
client.test("Request executed successfully", function () {
43-
client.assert(response.status === 404, "CDI should not exist yet!");
43+
client.assert(response.status === 404, "ZZZ should not exist!");
4444
});
4545
%}
4646

0 commit comments

Comments
 (0)