Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
RodgeFu committed Dec 27, 2024
1 parent 46ccfca commit 50e995b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/http-specs/specs/server/path/multiple/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "@typespec/versioning";
using Http;
using Spector;
using TypeSpec.Versioning;
using TypeSpec.Rest;

@versioned(Versions)
@service({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import "@typespec/spector";

using Http;
using Spector;
using TypeSpec.Versioning;

@doc("Illustrates conditional request headers")
@scenarioService("/special-headers/conditional-request")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import "@typespec/spector";

using Http;
using Spector;
using TypeSpec.Versioning;

@doc("Illustrates OASIS repeatability headers")
@scenarioService("/special-headers/repeatability")
Expand Down

0 comments on commit 50e995b

Please sign in to comment.