Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Nov 29, 2023
1 parent 09bcb21 commit feffee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_awsed.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def test_describe_course(self, requests_mock):
"identifier": "fs1",
"server": "fs_server",
"path": "/fs_path",
"type": "Workspace"
"type": "workspace"
},
"snowTicket": "ST123",
"quarter": "Q1",
Expand Down Expand Up @@ -773,7 +773,7 @@ def test_describe_course(self, requests_mock):
role="grader",
),
fileSystem=FileSystemResult(
identifier="fs1", server="fs_server", path="/fs_path", type="Workspace"
identifier="fs1", server="fs_server", path="/fs_path", type="workspace"
),
snowTicket="ST123",
quarter="Q1",
Expand Down Expand Up @@ -957,7 +957,7 @@ def test_list_teams(self, requests_mock):
"identifier": "fs1",
"server": "server1",
"path": "/path/to/files",
"type": "Workspace"
"type": "workspace"
},
"snowTicket": "ticket123",
"quarter": "Fall",
Expand Down Expand Up @@ -1021,7 +1021,7 @@ def test_list_teams(self, requests_mock):
role="instructor",
),
fileSystem=FileSystemResult(
identifier="fs1", server="server1", path="/path/to/files", type="Workspace"
identifier="fs1", server="server1", path="/path/to/files", type="workspace"
),
snowTicket="ticket123",
quarter="Fall",
Expand Down

0 comments on commit feffee5

Please sign in to comment.