Skip to content

Commit

Permalink
Update Error message in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 6, 2024
1 parent bcc169a commit a1e3454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/basemap.srv.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test('POST: api/basemap - Invalid URL - No Variables', async (t) => {

t.fail()
} catch (err) {
t.equals(String(err), 'AssertionError [ERR_ASSERTION]: {"status":400,"message":"Either ZXY or Quadkey variables must be used","messages":[]}');
t.equals(String(err), 'AssertionError [ERR_ASSERTION]: {"status":400,"message":"Either ZXY, Quadkey variables OR ESRI FeatureServer must be used","messages":[]}');
}

t.end();
Expand Down

0 comments on commit a1e3454

Please sign in to comment.